web/settings: fix setting value name

This commit is contained in:
wukko
2024-06-20 19:19:57 +06:00
parent b9e7661b6d
commit 7e39bd78d7
3 changed files with 9 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
<div>{settingId}</div>
<Switcher>
{#each settingValue as value}
<SettingsButton settingContext="{context}" settingId="{settingId}" settingKey="{value}">
<SettingsButton settingContext="{context}" settingId="{settingId}" settingValue="{value}">
{value}
</SettingsButton>
{/each}