Skip to content

Commit

Permalink
Sync/main to develop 7.0.0 (#421)
Browse files Browse the repository at this point in the history
* updated code for import disable fix (#418)

* Fixed: logout button issue (#419)

---------

Co-authored-by: Abil P Raju <[email protected]>
Co-authored-by: arun s <[email protected]>
  • Loading branch information
3 people authored Jan 16, 2025
1 parent 2a656f9 commit 57b78d6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ export const ImportModal: React.FC<ImportModalProps> = React.memo(
};


const primaryButtonDisabled =
!selectedFile ||
inprogress ||
const primaryButtonDisabled =
!selectedFile ||
inprogress ||
importLoader ||
(importError && primaryButtonText !== "Try Again") ||
(showFileItems && fileItems &&
Expand Down

0 comments on commit 57b78d6

Please sign in to comment.