mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 08:16:54 +00:00
feat: extended character support for table/column name with REST
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -751,7 +751,6 @@ export default {
|
||||
disabled: false,
|
||||
ghostClass: "ghost"
|
||||
},
|
||||
validateTableName,
|
||||
roleIcon: {
|
||||
owner: 'mdi-account-star',
|
||||
creator: 'mdi-account-hard-hat',
|
||||
@@ -1768,6 +1767,9 @@ export default {
|
||||
};
|
||||
}
|
||||
},
|
||||
validateTableName(v) {
|
||||
return validateTableName(v, this.$store.getters['project/GtrProjectIsGraphql'])
|
||||
},
|
||||
},
|
||||
async created() {
|
||||
// this.loadDefaultTabs();
|
||||
|
||||
Reference in New Issue
Block a user