chore: minor fix
This commit is contained in:
@@ -229,7 +229,8 @@
|
||||
"REQUIRED_ERROR": "Title is required"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Description"
|
||||
"LABEL": "Description",
|
||||
"PLACEHOLDER": "Enter description"
|
||||
},
|
||||
"TEAM": {
|
||||
"LABEL": "Team",
|
||||
|
||||
@@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
selectedOptions: [],
|
||||
selectedOptions: null,
|
||||
options: [],
|
||||
inputStyles: {
|
||||
borderRadius: '12px',
|
||||
|
||||
Reference in New Issue
Block a user