9 lines
176 B
JavaScript
Raw Normal View History

/*
*
* EditPage constants
*
*/
export const ON_CANCEL = 'UsersPermissions/EditPage/ON_CANCEL';
export const ON_CHANGE_INPUT = 'UsersPermissions/EditPage/ON_CHANGE_INPUT';