fix(mui): update mui datepickers to newer package

This commit is contained in:
Amruth Pillai
2022-07-01 01:01:27 +02:00
parent e2e08ad390
commit bfb48e3aa7
12 changed files with 16 additions and 13 deletions

View File

@ -7,5 +7,4 @@ export default registerAs('storage', () => ({
urlPrefix: process.env.STORAGE_URL_PREFIX,
accessKey: process.env.STORAGE_ACCESS_KEY,
secretKey: process.env.STORAGE_SECRET_KEY,
s3Enabled: process.env.STORAGE_S3_ENABLED,
}));