fix unknown variable

This commit is contained in:
Torben Haack 2024-10-11 21:25:11 +02:00
parent 6f4ce01645
commit c07d0949dd

View File

@ -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>