re-factor / cleanup
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
dataListSelection: { type: Object, default: null }
|
||||
},
|
||||
data: () => ({
|
||||
exportFormat: "json",
|
||||
jobActive: false
|
||||
@@ -58,9 +61,6 @@ export default {
|
||||
window.$gz.eventBus.$emit("notify-error", this.$ay.t("JobFailed"));
|
||||
}
|
||||
}
|
||||
},
|
||||
props: {
|
||||
dataListSelection: { type: Object, default: null }
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user