Validations added temporarily

This commit is contained in:
Laux Dev
2026-03-05 11:52:21 +08:00
parent 7f42f61431
commit dae12d74ee
13 changed files with 116 additions and 171 deletions

View File

@@ -89,7 +89,9 @@ const TopHeader = (props) => {
<>
<PrimaryButton
text="Save"
onClick={() => setTriggerAlert(!triggerAlert)}
form="form"
type="submit"
/* onClick={() => setTriggerAlert(!triggerAlert)} */
icon={<CheckIcon width={20} height={20} />}
/>