2019-07-05 09:41:14 +02:00
|
|
|
export const GET_DATA = 'ContentManager/SettingViewModel/GET_DATA';
|
|
|
|
|
export const GET_DATA_SUCCEEDED =
|
|
|
|
|
'ContentManager/SettingViewModel/GET_DATA_SUCCEEDED';
|
2019-07-05 10:54:34 +02:00
|
|
|
export const ON_CHANGE = 'ContentManager/SettingViewModel/ON_CHANGE';
|
2019-07-05 14:59:31 +02:00
|
|
|
export const ON_REMOVE_LIST_FIELD =
|
|
|
|
|
'ContentManager/SettingViewModel/ON_REMOVE_LIST_FIELD';
|
2019-07-05 10:54:34 +02:00
|
|
|
export const ON_RESET = 'ContentManager/SettingViewModel/ON_RESET';
|
|
|
|
|
export const ON_SUBMIT = 'ContentManager/SettingViewModel/ON_SUBMIT';
|
2019-07-05 14:59:31 +02:00
|
|
|
export const RESET_PROPS = 'ContentManager/SettingViewModel/RESET_PROPS';
|
2019-07-05 10:54:34 +02:00
|
|
|
export const SUBMIT_SUCCEEDED =
|
|
|
|
|
'ContentManager/SettingViewModel/SUBMIT_SUCCEEDED';
|