revert method
This commit is contained in:
parent
6ca45eb6b2
commit
73b2ce6f21
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ const timeForThem = $computed(() => {
|
|||
return "";
|
||||
});
|
||||
|
||||
const patrons = $computed(async () => await os.api("patrons"));
|
||||
const patrons = await os.api("patrons");
|
||||
|
||||
function menu(ev) {
|
||||
os.popupMenu(
|
||||
|
|
|
|||
Loading…
Reference in a new issue