Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
node
rest-admin-dashboard
Commits
07fae768
Commit
07fae768
authored
Jan 02, 2019
by
morzhanov
Browse files
removed email validator in task
parent
ca658325
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/entities/task.jsx
View file @
07fae768
...
...
@@ -37,7 +37,7 @@ export default {
{
name
:
'
desc
'
,
type
:
'
string
'
,
rules
:
'
email|
required
'
rules
:
'
required
'
},
{
name
:
'
status
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment