mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 02:36:51 +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:
@@ -136,10 +136,14 @@ export default {
|
||||
'created_at',
|
||||
'updated_at']
|
||||
},
|
||||
validateTableName,
|
||||
valid: false
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
validateTableName(v) {
|
||||
return validateTableName(v, this.$store.getters['project/GtrProjectIsGraphql'])
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
dialogShow: {
|
||||
get() {
|
||||
|
||||
Reference in New Issue
Block a user