Fix measure select label
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
@@ -63,7 +63,7 @@ function MeasureSelectWithQuery(
|
|||||||
<Select
|
<Select
|
||||||
id={name}
|
id={name}
|
||||||
variant="editor"
|
variant="editor"
|
||||||
placeholder={__("Select an owner")}
|
placeholder={__("Select a measure")}
|
||||||
onValueChange={field.onChange}
|
onValueChange={field.onChange}
|
||||||
{...field}
|
{...field}
|
||||||
className="w-full"
|
className="w-full"
|
||||||
|
|||||||
Reference in New Issue
Block a user