[WEB-1026] chore: clear search query on project change (#4225)
* chore: clear search query on project change * fix: project query search
This commit is contained in:
parent
0c0bdd6969
commit
0d70960e4e
12 changed files with 125 additions and 124 deletions
|
|
@ -46,7 +46,7 @@ export const ModuleOrderByDropdown: React.FC<Props> = (props) => {
|
|||
{value?.includes(option.key) && <Check className="h-3 w-3" />}
|
||||
</CustomMenu.MenuItem>
|
||||
))}
|
||||
<hr className="my-2" />
|
||||
<hr className="my-2 border-custom-border-200" />
|
||||
<CustomMenu.MenuItem
|
||||
className="flex items-center justify-between gap-2"
|
||||
onClick={() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue