Skip to content

Commit

Permalink
fix typo: rename uriPrefix to uri_prefix in Attributes.js
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
  • Loading branch information
MyPyDavid committed May 15, 2024
1 parent 47a504e commit 473da96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Attributes = ({ config, attributes, configActions, elementActions }) => {
placeholder={gettext('Filter attributes')} />
</div>
<div className="col-sm-4">
<FilterUriPrefix value={get(config, 'filter.attributes.uriPrefix', '')} onChange={updateFilterUriPrefix}
<FilterUriPrefix value={get(config, 'filter.attributes.uri_prefix', '')} onChange={updateFilterUriPrefix}
options={getUriPrefixes(attributes)} />
</div>
{
Expand Down

0 comments on commit 473da96

Please sign in to comment.