Fix variant dialog filtering (#19917)

pull/16086/merge
Kit Langton 2026-03-29 12:43:13 -04:00 committed by GitHub
parent 963dad75ef
commit ba00e9a993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ export function DialogVariant() {
title={"Select variant"}
current={local.model.variant.current()}
flat={true}
skipFilter={true}
/>
)
}