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