chores: updates

This commit is contained in:
zerosoul
2022-04-24 15:32:50 +08:00
parent eacec7a050
commit f8bc97daaf
9 changed files with 22 additions and 24 deletions
+3 -2
View File
@@ -53,13 +53,14 @@ export default function ProfileBasicEditModal({
description={intro}
buttons={
<>
<Button onClick={closeModal}>Cancel</Button>
<Button className="cancel" onClick={closeModal}>
Cancel
</Button>
<Button onClick={handleUpdate}>
{isLoading ? "Updating" : `Done`}
</Button>
</>
}
className="animate__animated animate__fadeInDown animate__faster"
>
<div className="input">
<label htmlFor={valueKey}>{label}</label>