fix(editor): Fix Luxon date parsing of ExecutionsUsage component (#6333)
* fix(editor): Fix luxon date parsing of ExecutionsUsage component * Fix wrong indent
This commit is contained in:
@@ -45,7 +45,7 @@ export const useCloudPlanStore = defineStore('cloudPlan', () => {
|
||||
return state.usage?.executions >= state.data?.monthlyExecutionsLimit;
|
||||
});
|
||||
|
||||
const getOwnerCurrentPLan = async () => {
|
||||
const getOwnerCurrentPlan = async () => {
|
||||
const cloudUserId = settingsStore.settings.n8nMetadata?.userId;
|
||||
const hasCloudPlan =
|
||||
usersStore.currentUser?.isOwner && settingsStore.isCloudDeployment && cloudUserId;
|
||||
@@ -72,7 +72,7 @@ export const useCloudPlanStore = defineStore('cloudPlan', () => {
|
||||
|
||||
return {
|
||||
state,
|
||||
getOwnerCurrentPLan,
|
||||
getOwnerCurrentPlan,
|
||||
getInstanceCurrentUsage,
|
||||
userIsTrialing,
|
||||
currentPlanData,
|
||||
|
||||
Reference in New Issue
Block a user