Fix variant dialog filtering (#19917)

This commit is contained in:
Kit Langton
2026-03-29 12:43:13 -04:00
committed by GitHub
parent 963dad75ef
commit ba00e9a993

View File

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