Skip to content

Commit

Permalink
theme filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunka Artur committed Dec 19, 2024
1 parent 17f58fc commit 328881d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/editor-client/src/defaultTemplates/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export const converterKit = (
type: theme
.split(",")
.map((item) => item.trim())
.map((i1) => i1.toLowerCase()),
.map((i1) => i1.toLowerCase())
.filter((item) => item.length),
keywords: keywords ?? "",
thumbnailHeight,
thumbnailWidth,
Expand Down

0 comments on commit 328881d

Please sign in to comment.