Skip to content
Snippets Groups Projects
Unverified Commit fcc35d22 authored by Anton Kulyk's avatar Anton Kulyk Committed by GitHub
Browse files

Fix unresponsive dashboard header button (#39757)

parent 00eecc93
Branches
Tags
No related merge requests found
......@@ -590,6 +590,8 @@ export const DashboardHeader = (props: DashboardHeaderProps) => {
items={extraButtons}
triggerIcon="ellipsis"
tooltip={t`Move, archive, and more...`}
// TODO: Try to restore this transition once we upgrade to React 18 and can prioritize this update
transitionDuration={0}
/>,
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment