Skip to content

Commit

Permalink
Fix missed state
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Sep 14, 2024
1 parent b7c357a commit 7fdda22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/feeds/edit.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
let categories = getCategories()
let categoryOptions: [string, string][]
let categoryOptions: [string, string][] = $state([])
categories.subscribe(value => {
let options = [['general', $common.generalCategory]] as [string, string][]
if (!value.isLoading) {
Expand Down

0 comments on commit 7fdda22

Please sign in to comment.