Skip to content
Snippets Groups Projects
Unverified Commit 479572fa authored by Ryan Bianchi's avatar Ryan Bianchi Committed by GitHub
Browse files

add disable option for ToBudgetAmount popover when displaying modal (#3509)

* add disable option for popover when displaying modal

* add release note
parent 6e627c4e
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ export function EnvelopeBudgetSummaryModal({
...styles.underlinedText,
}}
onClick={() => onClick({ close })}
isTotalsListTooltipDisabled={true}
/>
</NamespaceContext.Provider>
</>
......
---
category: Bugfix
authors: [qedi-r]
---
Fix desktop popover showing in mobile To Budget options.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment