gui/vars: fix vars screen doesn't appear on update
This commit is contained in:
@@ -561,7 +561,7 @@ const MachineForm = (props: MachineDetailsProps) => {
|
||||
variant="light"
|
||||
class="w-full"
|
||||
size="s"
|
||||
onClick={() => handleUpdate()}
|
||||
onClick={() => handleUpdateButton()}
|
||||
endIcon={<Icon size={12} icon="Update" />}
|
||||
>
|
||||
Update
|
||||
|
||||
Reference in New Issue
Block a user