mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 17:27:48 +00:00
feat: Formula filter out unsupported functions
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ import { mapGetters, mapActions } from 'vuex'
|
||||
import MonacoEditor from '../../monaco/Monaco'
|
||||
import dlgLabelSubmitCancel from '../../utils/dlgLabelSubmitCancel'
|
||||
|
||||
import { SqlUI } from '../../../helpers/SqlUiFactory'
|
||||
import { SqlUI } from '../../../helpers/sqlUi/SqlUiFactory'
|
||||
|
||||
export default {
|
||||
components: { MonacoEditor, dlgLabelSubmitCancel },
|
||||
|
||||
Reference in New Issue
Block a user