fix project loading.
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-07-19 10:59:13 +02:00
parent 9da9c2f87a
commit 1fc83ea8c7
+1 -1
View File
@@ -14,7 +14,7 @@
$: { $: {
if ($projectStore.stale && !$projectStore.loading) { if ($projectStore.stale && !$projectStore.loading) {
projectStore.load(); projectStore.load({});
} }
} }