Skip to content
Snippets Groups Projects

Fix: ParentId not empty

Merged Marcel Nellesen requested to merge Hotfix/640-fixProjectCreation into master
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -339,7 +339,7 @@ export default Vue.extend({
Keywords: [] as object[],
Visibility: {},
GrantId: '',
ParentId: '',
ParentId: String,
},
initialState: {
ProjectName: '',
Loading