Skip to content

Commit

Permalink
feat(pci.private-registry): resolve conflict
Browse files Browse the repository at this point in the history
ref: TAPC-2320
Signed-off-by: Pierre-Philippe <[email protected]>
  • Loading branch information
Pierre-Philippe committed Jan 21, 2025
1 parent 0681504 commit f347154
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,8 @@ import useDataGridContext from '@/pages/CIDR/useDatagridContext';

const Buttons = () => {
const { projectId = '', registryId = '' } = useParams();
const { removeDraftRow, isUpdating, reset } = useDataGridContext();
const {
handleSubmit,
formState,
reset: resetForm,
removeDraftRow,
reset,
} = useFormContext();
const { removeDraftRow, isUpdating } = useDataGridContext();
const { handleSubmit, formState, reset: resetForm, reset } = useFormContext();
const { t } = useTranslation(['ip-restrictions', 'common']);

const { addSuccess, addError, clearNotifications } = useNotifications();
Expand Down

0 comments on commit f347154

Please sign in to comment.