revert method
This commit is contained in:
parent
abf8e4f585
commit
f5945269bf
|
@ -421,7 +421,7 @@ const timeForThem = $computed(() => {
|
||||||
return "";
|
return "";
|
||||||
});
|
});
|
||||||
|
|
||||||
const patrons = $computed(async () => await os.api("patrons"));
|
const patrons = await os.api("patrons");
|
||||||
|
|
||||||
function menu(ev) {
|
function menu(ev) {
|
||||||
os.popupMenu(
|
os.popupMenu(
|
||||||
|
|
Loading…
Reference in New Issue