You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like most of the mutation view controllers need to access almost all of the views and the components.
Instead of passing each instance as a separate parameter to the controller constructors, just pass the MutationDetailsView and MainMutationView instances. Every other instance can be accessed via these two.
The text was updated successfully, but these errors were encountered:
Looks like most of the mutation view controllers need to access almost all of the views and the components.
Instead of passing each instance as a separate parameter to the controller constructors, just pass the MutationDetailsView and MainMutationView instances. Every other instance can be accessed via these two.
The text was updated successfully, but these errors were encountered: