diff --git a/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue b/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue index 7ca9c071c76..0eb488b03ac 100644 --- a/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue +++ b/client/src/components/History/ContentItem/Dataset/DatasetUIWrapper.vue @@ -24,7 +24,7 @@ export default { }, computed: { dataset() { - const element = {...this.item}; + const element = { ...this.item }; if (this.element_identifier) { element.name = this.element_identifier; } diff --git a/client/src/components/WorkflowInvocationState/ParameterStep.vue b/client/src/components/WorkflowInvocationState/ParameterStep.vue index 6ac1ac9dc90..da78c6c4b0e 100644 --- a/client/src/components/WorkflowInvocationState/ParameterStep.vue +++ b/client/src/components/WorkflowInvocationState/ParameterStep.vue @@ -1,5 +1,5 @@ \ No newline at end of file +}; +