mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 04:26:43 +00:00
refactor(gui): update eslint rules
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
@@ -58,16 +58,16 @@ export default {
|
||||
}),
|
||||
computed: {
|
||||
dialogShow: {
|
||||
get () {
|
||||
get() {
|
||||
return this.value
|
||||
},
|
||||
set (val) {
|
||||
set(val) {
|
||||
this.$emit('input', val)
|
||||
}
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
async route (val) {
|
||||
async route(val) {
|
||||
try {
|
||||
if (this.isMiddleware) {
|
||||
this.code = JSON.parse(val.functions)[0]
|
||||
@@ -108,7 +108,7 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
async saveCode () {
|
||||
async saveCode() {
|
||||
try {
|
||||
this.progressbar = true
|
||||
if (this.isMiddleware) {
|
||||
|
||||
Reference in New Issue
Block a user