Skip to content
Snippets Groups Projects
Commit 5c8a47c2 authored by Jure's avatar Jure
Browse files

fix: show which editor role you're assigning to

parent cf800d59
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ const AssignEditor = ({ ...@@ -81,7 +81,7 @@ const AssignEditor = ({
} }
}} }}
options={options} options={options}
placeholder="Assign an editor…" placeholder={`Assign ${teamName}…`}
value={value} value={value}
/> />
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment