fix little errors in draft-for-curated-set flow. other cleanup
This commit is contained in:
parent
5f0b7fd9a7
commit
24b3b10bfb
11 changed files with 45 additions and 38 deletions
|
@ -6,9 +6,9 @@ import {
|
|||
CoreSettings,
|
||||
ns as coreMenuNs,
|
||||
} from 'shared/components/workbench/menus/core-settings/index.mjs'
|
||||
import { XrayMenu } from 'shared/components/workbench/menus/xray/index.mjs'
|
||||
import { XrayMenu, ns as xrayNs } from 'shared/components/workbench/menus/xray/index.mjs'
|
||||
|
||||
export const ns = [...coreMenuNs, ...designMenuNs]
|
||||
export const ns = [...coreMenuNs, ...designMenuNs, ...xrayNs]
|
||||
|
||||
export const DraftMenu = ({
|
||||
design,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue