mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 10:16:47 +00:00
feat: Formula filter out unsupported functions
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -325,7 +325,7 @@ import { VueTreeList, Tree, TreeNode } from 'vue-tree-list'
|
||||
import { Splitpanes, Pane } from 'splitpanes'
|
||||
import sqlRightClickOptions from '../../helpers/sqlRightClickOptions'
|
||||
import dlgLabelSubmitCancel from '../utils/dlgLabelSubmitCancel.vue'
|
||||
import { SqlUI } from '../../helpers/SqlUiFactory'
|
||||
import { SqlUI } from '../../helpers/sqlUi/SqlUiFactory'
|
||||
|
||||
import Utils from '../../helpers/Utils'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user