Skip to content

Commit

Permalink
fix onblur issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaitasaini committed Jan 23, 2025
1 parent b53a5e3 commit 1e4755b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/ui-src/src/components/report/StatusTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export const StatusTableElement = () => {
<Button
alignSelf="flex-end"
onClick={async () => submitReport(report!)}
onBlur={(event) => {
event.stopPropagation();
}}
>
Submit QMS Report
</Button>
Expand Down

0 comments on commit 1e4755b

Please sign in to comment.