mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
@@ -182,7 +182,7 @@
|
||||
label={$t('admin.oauth_storage_quota_default').toUpperCase()}
|
||||
description={$t('admin.oauth_storage_quota_default_description')}
|
||||
bind:value={config.oauth.defaultStorageQuota}
|
||||
required={true}
|
||||
required={false}
|
||||
disabled={disabled || !config.oauth.enabled}
|
||||
isEdited={!(config.oauth.defaultStorageQuota == savedConfig.oauth.defaultStorageQuota)}
|
||||
/>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
interface Props {
|
||||
inputType: SettingInputFieldType;
|
||||
value: string | number | undefined;
|
||||
value: string | number | undefined | null;
|
||||
min?: number;
|
||||
max?: number;
|
||||
step?: string;
|
||||
|
||||
Reference in New Issue
Block a user