Skip to content

Commit

Permalink
Merge pull request #1803 from NikitaDef/feature/fix_dev_move_alert_ne…
Browse files Browse the repository at this point in the history
…wtaskdialog

Fix Vue warn NewTaskDialog dev mode
  • Loading branch information
fiftin committed Mar 2, 2024
2 parents cc02bbc + 2f95a6f commit b4b1940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/NewTaskDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
props: {
value: Boolean,
projectId: Number,
templateId: Number,
templateId: [Number, String],
templateType: String,
templateAlias: String,
},
Expand Down

0 comments on commit b4b1940

Please sign in to comment.