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

@@ -13,7 +13,7 @@ import { useAccountReadEntriesColumns } from './utils';
import { useAppIntlContext } from '@/components/AppIntlProvider';
import { useAccountDrawerContext } from './AccountDrawerProvider';
import withDrawerActions from '@/containers/Drawer/withDrawerActions';
import { withDrawerActions } from '@/containers/Drawer/withDrawerActions';
import { compose } from '@/utils';