mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:16:59 +00:00
fix(nc-gui): show usermaycharge alert message only if use has to pay for next seat
This commit is contained in:
@@ -57,6 +57,10 @@ export const useEeConfig = createSharedComposable(() => {
|
||||
|
||||
const blockPrivateBases = computed(() => true)
|
||||
|
||||
const showUserMayChargeAlert = computed(() => false)
|
||||
|
||||
const calculatePrice = (..._args: any[]) => {}
|
||||
|
||||
const getLimit = (..._args: any[]) => {}
|
||||
|
||||
const getStatLimit = (..._args: any[]) => {}
|
||||
@@ -110,6 +114,7 @@ export const useEeConfig = createSharedComposable(() => {
|
||||
const showUpgradeToUsePrivateBases = (..._args: any[]) => {}
|
||||
|
||||
return {
|
||||
calculatePrice,
|
||||
getLimit,
|
||||
getStatLimit,
|
||||
updateStatLimit,
|
||||
@@ -160,5 +165,6 @@ export const useEeConfig = createSharedComposable(() => {
|
||||
showUpgradeToUseScripts,
|
||||
blockPrivateBases,
|
||||
showUpgradeToUsePrivateBases,
|
||||
showUserMayChargeAlert
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user