Skip to content

Commit

Permalink
Update src/components/ImportJobs/ImportJobs.js
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Blazhko <[email protected]>
  • Loading branch information
OleksandrHladchenko1 and artem-blazhko authored Dec 13, 2024
1 parent 29cc20f commit b5b08be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImportJobs/ImportJobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ export class ImportJobs extends Component {
onConfirm={() => {
this.hideFilesExtensionsModal();
// Ensure that any changes or state updates are completed before the dialog is opened
setTimeout(() => openDialogWindow(), 0);
setTimeout(openDialogWindow, 0);
}}
onCancel={this.hideFilesExtensionsModal}
/>
Expand Down

0 comments on commit b5b08be

Please sign in to comment.