feat: Formula filter out unsupported functions

Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
Pranav C
2021-08-13 14:09:38 +05:30
parent 1b9f1bafcd
commit 38586b2579
23 changed files with 66 additions and 26 deletions

View File

@@ -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 },