change order of buttons

This commit is contained in:
Mutasem 2022-04-07 04:39:26 +02:00
parent 9aaf988d91
commit f9f4948849

View file

@ -307,8 +307,8 @@ export default mixins(
},
buttons(): Array<{label: string, value: string}> {
const defaults = [
{ label: this.$locale.baseText('runData.json'), value: 'json'},
{ label: this.$locale.baseText('runData.table'), value: 'table'},
{ label: this.$locale.baseText('runData.json'), value: 'json'},
];
if (this.binaryData.length) {
return [ ...defaults,