Skip to content

Commit

Permalink
Multiple front end fixes
Browse files Browse the repository at this point in the history
Signed-off-by: AlexMikhalev <[email protected]>
  • Loading branch information
AlexMikhalev committed Feb 5, 2024
1 parent 2d05ef4 commit 648f0b8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions desktop/src/lib/ThemeSwitcher.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,3 @@
</div>
</div>
</div>

<Field grouped position="is-right">
<Select bind:selected={$theme}>
{#each Object.values($roles) as role_value}
<option value={role_value.theme} on:change={updateRole}>{role_value.name}</option>
{/each}
</Select>
</Field>

0 comments on commit 648f0b8

Please sign in to comment.