Fix measure select label

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-06-12 19:21:39 -07:00
parent c657325295
commit f42f275c06

View File

@@ -63,7 +63,7 @@ function MeasureSelectWithQuery(
<Select
id={name}
variant="editor"
placeholder={__("Select an owner")}
placeholder={__("Select a measure")}
onValueChange={field.onChange}
{...field}
className="w-full"