fix: loading indicator
This commit is contained in:
parent
163eabb76c
commit
03bf93eb12
1 changed files with 1 additions and 0 deletions
|
|
@ -247,6 +247,7 @@
|
|||
{#if database.type === 'redis'}
|
||||
<div class="grid grid-cols-2 items-center">
|
||||
<Setting
|
||||
loading={publicLoading}
|
||||
bind:setting={appendOnly}
|
||||
on:click={() => changeSettings('appendOnly')}
|
||||
title={$t('database.change_append_only_mode')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue