pr comment

This commit is contained in:
andrewwallacespeckle
2025-09-04 15:42:42 +01:00
parent 64b685b71d
commit 7573f2602e
+1 -2
View File
@@ -112,8 +112,7 @@ export type SerializedViewerState = {
key: Nullable<string>
isApplied: boolean
}
// New multi-filter system (optional for backward compatibility)
propertyFilters?: Array<{
propertyFilters: Array<{
key: Nullable<string>
isApplied: boolean
selectedValues: string[]