fix unknown variable
This commit is contained in:
parent
6f4ce01645
commit
c07d0949dd
@ -158,7 +158,7 @@ export function PrinterReserveForm(props: PrinterReserveFormProps) {
|
|||||||
</DialogClose>
|
</DialogClose>
|
||||||
</Then>
|
</Then>
|
||||||
</If>
|
</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" />
|
<CalendarPlusIcon className="w-4 h-4" />
|
||||||
<span>Reservieren</span>
|
<span>Reservieren</span>
|
||||||
</Button>
|
</Button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user