PromucFlow_constructor/app/client/src/constants/messages.ts

6 lines
240 B
TypeScript
Raw Normal View History

export const ERROR_MESSAGE_SELECT_ACTION = "Please select an action";
export const ERROR_MESSAGE_SELECT_ACTION_TYPE = "Please select an action type";
2019-11-21 10:52:49 +00:00
export const ERROR_MESSAGE_CREATE_APPLICATION =
"We could not create the Application";