load-topics-fix
This commit is contained in:
parent
e974e43c22
commit
e796fa30a4
|
@ -41,7 +41,9 @@ export const PublishSettings = (props: Props) => {
|
||||||
const { sortedTopics } = useTopicsStore()
|
const { sortedTopics } = useTopicsStore()
|
||||||
|
|
||||||
createEffect(async () => {
|
createEffect(async () => {
|
||||||
if (!sortedTopics()) await loadAllTopics()
|
if (sortedTopics()?.length < 33) {
|
||||||
|
await loadAllTopics()
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
const composeDescription = () => {
|
const composeDescription = () => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user