You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use new getUploadFileMaxSize function added to constants
Originally the constant 'maxFileSize' was hardcoded to 20MB and was not configured to use the pre-existing value defined in constants.js
This fix removes the hardcoded value and calls the function getUploadFileMaxSize() to determine the value of maxFileSize
0 commit comments