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 f054371 commit c377892Copy full SHA for c377892
src/textbooks/textbook-form/TextbookForm.jsx
@@ -25,7 +25,6 @@ import { getUploadFileMaxSize } from '@src/constants';
25
import textbookFormValidationSchema from './validations';
26
import messages from './messages';
27
28
-const UPLOAD_FILE_MAX_SIZE = getUploadFileMaxSize();
29
const TextbookForm = ({
30
closeTextbookForm,
31
initialFormValues,
0 commit comments