wtf
This commit is contained in:
parent
7bccde3d63
commit
34cbc24443
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ const AppearanceTab = {
|
|||
},
|
||||
stylePalettes() {
|
||||
const ruleset = useInterfaceStore().styleDataUsed || []
|
||||
if (!ruleset?.length === 0) return
|
||||
if (ruleset.length === 0) return
|
||||
const meta = ruleset.find((x) => x.component === '@meta')
|
||||
const result = ruleset
|
||||
.filter((x) => x.component.startsWith('@palette'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue