mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 05:56:41 +00:00
feat: Formula filter out unsupported functions
Signed-off-by: Pranav C <pranavxc@gmail.com>
This commit is contained in:
@@ -461,7 +461,6 @@
|
||||
<script>
|
||||
|
||||
import DebugMetas from '@/components/project/spreadsheet/components/debugMetas'
|
||||
import { SqlUI } from '@/helpers/SqlUiFactory'
|
||||
|
||||
import { mapActions } from 'vuex'
|
||||
import AdditionalFeatures from '@/components/project/spreadsheet/overlay/additinalFeatures'
|
||||
@@ -477,6 +476,7 @@ import spreadsheet from '@/components/project/spreadsheet/mixins/spreadsheet'
|
||||
import LockMenu from '@/components/project/spreadsheet/components/lockMenu'
|
||||
import ExpandedForm from '@/components/project/spreadsheet/components/expandedForm'
|
||||
import Pagination from '@/components/project/spreadsheet/components/pagination'
|
||||
import { SqlUI } from '~/helpers/sqlUi'
|
||||
import ColumnFilter from '~/components/project/spreadsheet/components/columnFilterMenu'
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user