Browse Source

chore(gui-v2): remove FIXME comment

pull/3234/head
Wing-Kam Wong 2 years ago
parent
commit
4ad939d21e
  1. 1
      packages/nc-gui-v2/composables/useViewSorts.ts

1
packages/nc-gui-v2/composables/useViewSorts.ts

@ -44,7 +44,6 @@ export function useViewSorts(
const saveOrUpdate = async (sort: SortType, i: number) => { const saveOrUpdate = async (sort: SortType, i: number) => {
if (isPublic.value || isSharedBase) { if (isPublic.value || isSharedBase) {
// FIXME: not working for isSharedBase case
sorts.value[i] = sort sorts.value[i] = sort
sorts.value = [...sorts.value] sorts.value = [...sorts.value]
return return

Loading…
Cancel
Save