We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd9afc commit 694830eCopy full SHA for 694830e
src/textbooks/textbook-form/TextbookForm.jsx
@@ -17,11 +17,11 @@ import {
17
useToggle,
18
} from '@openedx/paragon';
19
20
+import { getUploadFileMaxSize } from '@src/constants';
21
import FormikControl from '../../generic/FormikControl';
22
import PromptIfDirty from '../../generic/prompt-if-dirty/PromptIfDirty';
23
import ModalDropzone from '../../generic/modal-dropzone/ModalDropzone';
24
import { useModel } from '../../generic/model-store';
-import { getUploadFileMaxSize } from '@src/constants';
25
import textbookFormValidationSchema from './validations';
26
import messages from './messages';
27
0 commit comments