gui/vars: fix vars screen doesn't appear on update

This commit is contained in:
DavHau
2025-05-12 13:51:48 +07:00
parent 80711fcf72
commit 3d345e0bca

View File

@@ -561,7 +561,7 @@ const MachineForm = (props: MachineDetailsProps) => {
variant="light" variant="light"
class="w-full" class="w-full"
size="s" size="s"
onClick={() => handleUpdate()} onClick={() => handleUpdateButton()}
endIcon={<Icon size={12} icon="Update" />} endIcon={<Icon size={12} icon="Update" />}
> >
Update Update