mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 14:17:13 +00:00
GUI code refactoring (#2051)
* refactor: update vue component filenames Signed-off-by: Pranav C <pranavxc@gmail.com> * refactor: update store and state variable names Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: variable name correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: store module name correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: variable name correction Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ import { mapGetters, mapActions } from 'vuex'
|
||||
|
||||
import { SqlUiFactory } from 'nocodb-sdk'
|
||||
import MonacoEditor from '../../monaco/Monaco'
|
||||
import dlgLabelSubmitCancel from '../../utils/dlgLabelSubmitCancel'
|
||||
import dlgLabelSubmitCancel from '../../utils/DlgLabelSubmitCancel'
|
||||
|
||||
export default {
|
||||
components: { MonacoEditor, dlgLabelSubmitCancel },
|
||||
Reference in New Issue
Block a user