chore: add missing multi-level editor for approval workflow, rename projects to campaings.
This commit is contained in:
@@ -29,7 +29,7 @@ import { useWorkspaceStore } from '@/features/workspaces/stores/workspaceStore.j
|
||||
import { useReviewQueueStore } from '@/features/reviews/stores/reviewQueueStore.js';
|
||||
import { useContentItemsStore } from '@/features/content/stores/contentItemsStore.js';
|
||||
import { useClientsStore } from '@/features/clients/stores/clientsStore.js';
|
||||
import { useProjectsStore } from '@/features/projects/stores/projectsStore.js';
|
||||
import { useCampaignsStore } from '@/features/campaigns/stores/campaignsStore.js';
|
||||
import { useNotificationsStore } from '@/features/notifications/stores/notificationsStore.js';
|
||||
import { useChannelsStore } from '@/features/channels/stores/channelsStore.js';
|
||||
import { i18n } from '@/plugins/i18n.js';
|
||||
@@ -95,7 +95,7 @@ useAuthStore();
|
||||
useUserProfileStore();
|
||||
useWorkspaceStore();
|
||||
useClientsStore();
|
||||
useProjectsStore();
|
||||
useCampaignsStore();
|
||||
useChannelsStore();
|
||||
useReviewQueueStore();
|
||||
useContentItemsStore();
|
||||
|
||||
Reference in New Issue
Block a user