Skip to content

Commit

Permalink
fix: Nested Refresh dropdown does not work on Application Details pag…
Browse files Browse the repository at this point in the history
…e #1524 (argoproj#125)

Signed-off-by: ciiay <[email protected]>

Co-authored-by: Remington Breeze <[email protected]>
  • Loading branch information
ciiay and rbreeze authored Dec 15, 2021
1 parent 49f2577 commit 44a1a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/dropdown/dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,5 @@ export class DropDown extends React.Component<DropDownProps, DropDownState> {
const newState = this.refreshState();
newState.opened = true;
this.setState(newState);
dropDownOpened.next(this);
}
}

0 comments on commit 44a1a7f

Please sign in to comment.