Merge branch 'module/stock'

This commit is contained in:
2025-11-26 09:04:18 +01:00
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -145,7 +145,6 @@
error(res);
return null;
}
}
async function loadProperties(){
+1 -1
View File
@@ -1,5 +1,5 @@
<script>
import { api, get } from '../../urls.svelte';
import { api, get, post } from '../../urls.svelte';
import { error, yikes } from '../../warn.svelte';
import { t } from '../../translations.svelte';