Clean up code
This commit is contained in:
parent
aea50a2998
commit
bde635b21c
|
|
@ -1,7 +1,3 @@
|
|||
import {setUserBlockType} from '@/helpers/content-block';
|
||||
import NEW_CONTENT_BLOCK_MUTATION from '@/graphql/gql/mutations/addContentBlock.gql';
|
||||
import MODULE_DETAILS_QUERY from '@/graphql/gql/queries/modules/moduleDetailsQuery.gql';
|
||||
|
||||
export const CHOOSER = 'content-block-element-chooser-widget';
|
||||
export const chooserFilter = value => value.type !== CHOOSER;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue