mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
run prettier
Changes to be committed: modified: client/src/components/WorkflowInvocationState/Export/BioComputeObjectExportCard.vue
This commit is contained in:
@@ -104,15 +104,15 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async submitForm() {
|
||||
const bco = await axios
|
||||
const bco = await axios
|
||||
.get(getUrl(`./api/invocations/${this.invocationId}/biocompute/`))
|
||||
.then((response) => {
|
||||
this.bco = response.data;
|
||||
return this.bco
|
||||
return this.bco;
|
||||
})
|
||||
.catch((e) => {
|
||||
this.errors.push(e);
|
||||
});
|
||||
});
|
||||
const bcoString = {
|
||||
POST_api_objects_draft_create: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user