Add cache back

This commit is contained in:
ajnart
2023-08-01 19:19:27 +09:00
parent 68bd2c06c8
commit 1bb84e3b0f
5 changed files with 101 additions and 42 deletions

View File

@@ -93,6 +93,7 @@ const SettingsComponent = ({
<Select
label={t('localization.firstDayOfWeek.label')}
//TODO: Make it use the configured value
data={[
{ value: 'monday', label: 'Monday' },
{ value: 'sunday', label: 'Sunday' },