refactor(webapp): bound Formik fields across all components

This commit is contained in:
Ahmed Bouhuolia
2026-01-01 16:24:00 +02:00
parent 339289be9f
commit 1d42a1c67a
717 changed files with 1359 additions and 1374 deletions

View File

@@ -25,7 +25,7 @@ import { CellType, Features, Align } from '@/constants';
import { useCurrentOrganization, useFeatureCan } from '@/hooks/state';
import { useJournalIsForeign } from './utils';
import withSettings from '@/containers/Settings/withSettings';
import { withSettings } from '@/containers/Settings/withSettings';
import { transactionNumber } from '@/utils';
import { useUpdateEffect } from '@/hooks';