fix: category filter by UUID and remove nav_categories from site_settings query

This commit is contained in:
achmad
2026-05-28 23:15:53 +07:00
parent bb0b2ac961
commit c4ed4a3615
3 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -37,5 +37,5 @@ export interface SiteSettings {
id: string
site_name: string
hero_article: Article | null
nav_categories: Category[]
nav_categories?: Category[]
}