Skip to content
Snippets Groups Projects

Fix search production

Merged lfr20 requested to merge fix_search_production into Develop
3 files
+ 111
619
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -86,7 +86,7 @@ export default function SearchExpansionPanel(props) {
})
}
else
props.onChange("tag", keyWords)
props.setTag(keyWords)
}
}
Loading