update remove button reset on edit dialog master data

This commit is contained in:
Wikzyy
2025-04-17 14:05:41 +07:00
parent 4878deb0d4
commit 637cd949f4
9 changed files with 7 additions and 31 deletions

View File

@ -261,9 +261,6 @@ const EditDialog = () => {
</div>
<div className="flex justify-end gap-5">
<Button type="button" variant="outline" onClick={resetForm}>
Reset
</Button>
<Button className="btn btn-primary">Save Changes</Button>
</div>
</div>