mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
change order of buttons
This commit is contained in:
parent
9aaf988d91
commit
f9f4948849
|
@ -307,8 +307,8 @@ export default mixins(
|
||||||
},
|
},
|
||||||
buttons(): Array<{label: string, value: string}> {
|
buttons(): Array<{label: string, value: string}> {
|
||||||
const defaults = [
|
const defaults = [
|
||||||
{ label: this.$locale.baseText('runData.json'), value: 'json'},
|
|
||||||
{ label: this.$locale.baseText('runData.table'), value: 'table'},
|
{ label: this.$locale.baseText('runData.table'), value: 'table'},
|
||||||
|
{ label: this.$locale.baseText('runData.json'), value: 'json'},
|
||||||
];
|
];
|
||||||
if (this.binaryData.length) {
|
if (this.binaryData.length) {
|
||||||
return [ ...defaults,
|
return [ ...defaults,
|
||||||
|
|
Loading…
Reference in a new issue