🚧 Progress on new editor
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
if (session.authenticated) {
|
||||
signedIn.set(true);
|
||||
}
|
||||
return {};
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -21,7 +22,7 @@
|
||||
import { navbarVisible } from '$lib/stores';
|
||||
import { dataSchema } from '$lib/yupSchemas';
|
||||
|
||||
navbarVisible.set(true);
|
||||
navbarVisible.set(false);
|
||||
|
||||
const { t } = getLocalization();
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
import { navbarVisible } from '$lib/stores';
|
||||
import { dataSchema } from '$lib/yupSchemas';
|
||||
|
||||
navbarVisible.set(true);
|
||||
navbarVisible.set(false);
|
||||
|
||||
const { t } = getLocalization();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user