fix unknown variable
This commit is contained in:
@ -158,7 +158,7 @@ export function PrinterReserveForm(props: PrinterReserveFormProps) {
|
||||
</DialogClose>
|
||||
</Then>
|
||||
</If>
|
||||
<Button type="submit" className="gap-2 flex items-center" disabled={lock}>
|
||||
<Button type="submit" className="gap-2 flex items-center" disabled={isLocked}>
|
||||
<CalendarPlusIcon className="w-4 h-4" />
|
||||
<span>Reservieren</span>
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user