show confirmation dialogs for canceling or confirming jobs (#2323)

This commit is contained in:
BChoudhury-ms
2026-01-16 11:44:56 +05:30
committed by GitHub
parent 375ec350dc
commit b922086cc0
8 changed files with 1049 additions and 532 deletions

View File

@@ -128,6 +128,7 @@ const App = (): JSX.Element => {
<>
<ContainerCopyPanel explorer={explorer} />
<SidePanel />
<Dialog />
</>
) : (
<DivExplorer explorer={explorer} />