This commit is contained in:
Adria Navarro 2025-01-09 11:51:27 +01:00
parent 60c23ae021
commit 6e816fb6a2
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import { createAPIClient } from "@budibase/frontend-core"
import { authStore } from "../stores/auth.js"
import { authStore } from "../stores/auth"
import {
notificationStore,
devToolsEnabled,

View File

@ -1,7 +1,7 @@
import { derived } from "svelte/store"
import { Constants } from "@budibase/frontend-core"
import { devToolsStore } from "../devTools.js"
import { authStore } from "../auth.js"
import { authStore } from "../auth"
import { devToolsEnabled } from "./devToolsEnabled.js"
// Derive the current role of the logged-in user

View File

@ -25,7 +25,6 @@ const createNotificationStore = () => {
return
}
// @ts-expect-error
if (get(routeStore).queryParams?.peek) {
window.parent.postMessage({
type: "notification",