fix(gui): viewIcon - handle if view meta is not defined

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2022-12-27 15:57:24 +05:30
parent 319584dd5d
commit d1e1906d2f
4 changed files with 8 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ const validators = computed(() => {
'title': [
{
required: true,
message: 'Project name is required',
message: 'Base name is required',
},
projectTitleValidator,
],