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
computed: {
providerComponent() {
switch (this.itemSrc) {
case "hda":
return "DatasetProvider";
case "hdca":
return "DatasetCollectionProvider";
case "dce":
return "DatasetCollectionElementProvider";
default:
throw Error(`Unknown element src ${this.itemSrc}`);
}
},
},
I think this is from clicking into a collection in the history panel I created from the library -> collection selenium tests.
I'm not too concerned about this error - the page seems to render fine and this is an edge case - but I thought I would document and add a comment pointing at the issue.
The text was updated successfully, but these errors were encountered:
jmchilton
added a commit
to jmchilton/galaxy
that referenced
this issue
Feb 24, 2025
In GenericItem:
I think this is from clicking into a collection in the history panel I created from the library -> collection selenium tests.
I'm not too concerned about this error - the page seems to render fine and this is an edge case - but I thought I would document and add a comment pointing at the issue.
The text was updated successfully, but these errors were encountered: