Browse Source

fix(nc-gui): add default field validation in bulk updates

pull/9780/head
Ramesh Mane 2 weeks ago
parent
commit
71bbc85027
  1. 2
      packages/nc-gui/composables/useSharedView.ts

2
packages/nc-gui/composables/useSharedView.ts

@ -340,7 +340,7 @@ export function useSharedView() {
)
}
const fetchCount = async (param: { filtersArr: FilterType[], where?: string }) => {
const fetchCount = async (param: { filtersArr: FilterType[]; where?: string }) => {
const data = await $api.public.dbViewRowCount(
sharedView.value.uuid!,
{

Loading…
Cancel
Save