Refactor notifications + add shadow

This commit is contained in:
Julien Nahum
2024-01-02 14:40:47 +01:00
parent bd27d3a561
commit 2be72e0e8e
3 changed files with 76 additions and 126 deletions

View File

@@ -87,7 +87,6 @@ const passwordEntered = function (password) {
const loadForm = async () => {
if (formsStore.loading || form.value) return Promise.resolve()
console.info('Loading form', slug)
const {data, error} = await formsStore.publicLoad(slug)
if (error.value) {
formsStore.stopLoading()