mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 12:06:55 +00:00
fix(gui): viewIcon - handle if view meta is not defined
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -112,7 +112,7 @@ const validators = computed(() => {
|
||||
'title': [
|
||||
{
|
||||
required: true,
|
||||
message: 'Project name is required',
|
||||
message: 'Base name is required',
|
||||
},
|
||||
projectTitleValidator,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user