-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): fix desktop app attach flow for the 96ch
The right pipette card on the desktop app conditionally renders based on whether or not a 96 channel is attached. This poses an issue when a user tries to attach a 96ch from the right card, since the card will unrender as soon as the pipette is recognized, unrendering the pipette wizard. This is a natural spot for our Nice Modal library, which decouples the conditional logic for rendering the modal from what is required to persist the modal.
- Loading branch information
Showing
3 changed files
with
55 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters