chore: update dependencies

This commit is contained in:
Elias Schneider
2024-05-22 15:20:33 +02:00
parent 7afda85f03
commit 3b89fb950a
5 changed files with 4960 additions and 10180 deletions

View File

@@ -33,6 +33,7 @@ const LogoConfigInput = ({
value={logo}
onChange={(v) => setLogo(v)}
accept=".png"
// @ts-ignore (https://github.com/mantinedev/mantine/issues/5401)
placeholder={t("admin.config.general.logo.placeholder")}
/>
</Box>