moved multiChoiceProperties where it fits better
This commit is contained in:
parent
a14635f4f2
commit
5187b37aca
2 changed files with 15 additions and 6 deletions
|
@ -1,10 +1,9 @@
|
|||
import { filter, trim } from 'lodash'
|
||||
import { instanceDefaultProperties, defaultState as configDefaultState } from 'src/modules/config.js'
|
||||
|
||||
const multiChoiceProperties = [
|
||||
'postContentType',
|
||||
'subjectLineBehavior'
|
||||
]
|
||||
import {
|
||||
instanceDefaultProperties,
|
||||
multiChoiceProperties,
|
||||
defaultState as configDefaultState
|
||||
} from 'src/modules/config.js'
|
||||
|
||||
const SharedComputedObject = () => ({
|
||||
user () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue