remove pricing banner
This commit is contained in:
parent
4d16f812bc
commit
8fa09a1a2b
|
@ -1,6 +1,5 @@
|
||||||
<script>
|
<script>
|
||||||
import {
|
import {
|
||||||
banner,
|
|
||||||
Heading,
|
Heading,
|
||||||
Layout,
|
Layout,
|
||||||
Button,
|
Button,
|
||||||
|
@ -11,7 +10,6 @@
|
||||||
Notification,
|
Notification,
|
||||||
Body,
|
Body,
|
||||||
Search,
|
Search,
|
||||||
BANNER_TYPES,
|
|
||||||
} from "@budibase/bbui"
|
} from "@budibase/bbui"
|
||||||
import Spinner from "components/common/Spinner.svelte"
|
import Spinner from "components/common/Spinner.svelte"
|
||||||
import CreateAppModal from "components/start/CreateAppModal.svelte"
|
import CreateAppModal from "components/start/CreateAppModal.svelte"
|
||||||
|
@ -200,20 +198,6 @@
|
||||||
if (usersLimitLockAction) {
|
if (usersLimitLockAction) {
|
||||||
usersLimitLockAction()
|
usersLimitLockAction()
|
||||||
}
|
}
|
||||||
if (!$admin.isDev) {
|
|
||||||
await banner.show({
|
|
||||||
messages: [
|
|
||||||
{
|
|
||||||
message:
|
|
||||||
"We've updated our pricing - see our website to learn more.",
|
|
||||||
type: BANNER_TYPES.NEUTRAL,
|
|
||||||
extraButtonText: "Learn More",
|
|
||||||
extraButtonAction: () =>
|
|
||||||
window.open("https://budibase.com/pricing"),
|
|
||||||
},
|
|
||||||
],
|
|
||||||
})
|
|
||||||
}
|
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notifications.error("Error getting init info")
|
notifications.error("Error getting init info")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue