Add validation to background field

This commit is contained in:
Maksim Eltyshev
2020-06-03 22:27:20 +05:00
parent 7811d60efb
commit f85d499bbf
10 changed files with 130 additions and 25 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
// eslint-disable-next-line import/prefer-default-export
export const ProjectBackgroundTypes = {
GRADIENT: 'gradient',
IMAGE: 'image',
};
export const ActionTypes = {
CREATE_CARD: 'createCard',
MOVE_CARD: 'moveCard',