Skip to content

Commit

Permalink
fix duplicated unit SearchValueLine
Browse files Browse the repository at this point in the history
  • Loading branch information
olmobrutall committed Nov 30, 2022
1 parent e61363c commit f05babe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Signum.React/Scripts/SearchControl/SearchValueLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ const SearchValueLine = React.forwardRef(function SearchValueLine(p: SearchValue
onTokenLoaded={() => forceUpdate()}
onExplored={p.onExplored}
searchControlProps={p.searchControlProps}
modalSize={p.modalSize}
modalSize={p.modalSize}
unit={null}
deps={p.deps}
onRender={p.onRender}
customRequest={p.customRequest}
Expand Down

0 comments on commit f05babe

Please sign in to comment.