mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: import resource imporements
This commit is contained in:
@@ -9,9 +9,11 @@ import { useImportFileContext } from './ImportFileProvider';
|
||||
|
||||
export function ImportFileUploadFooterActions() {
|
||||
const { isSubmitting } = useFormikContext();
|
||||
const { setStep } = useImportFileContext();
|
||||
const { onCancelClick } = useImportFileContext();
|
||||
|
||||
const handleCancelBtnClick = () => {};
|
||||
const handleCancelBtnClick = () => {
|
||||
onCancelClick && onCancelClick();
|
||||
};
|
||||
|
||||
return (
|
||||
<div className={clsx(CLASSES.PAGE_FORM_FLOATING_ACTIONS, styles.root)}>
|
||||
|
||||
Reference in New Issue
Block a user