Skip to content
Snippets Groups Projects
Commit 2c10c20a authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix flow

parent 42f66462
Branches
Tags
No related merge requests found
......@@ -279,7 +279,9 @@ export class FieldValuesWidget extends Component {
) : this.isSearchable() && loadingState === "LOADED" ? (
<OptionsMessage
message={jt`No matching ${(
<strong>&nbsp;{searchField.display_name}&nbsp;</strong>
<strong>
&nbsp;{(searchField || field).display_name}&nbsp;
</strong>
)} found.`}
/>
) : null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment