chore: minor fix

This commit is contained in:
Muhsin Keloth
2024-05-13 21:08:59 +05:30
parent bc5449f208
commit aa3f2b56bc
2 changed files with 3 additions and 2 deletions
@@ -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',