fix(ui): use lightning bolt for execute button in flow run modal (#13762)

This commit is contained in:
Georg Traar
2025-12-19 13:50:22 +01:00
committed by GitHub
parent 4784e459d6
commit d16a8de90f

View File

@@ -80,7 +80,7 @@
<script setup>
import ContentCopy from "vue-material-design-icons/ContentCopy.vue";
import Flash from "vue-material-design-icons/Flash.vue";
import LightningBolt from "vue-material-design-icons/LightningBolt.vue";
</script>
<script>
@@ -111,7 +111,7 @@
replaySubmit: {type: Function, default: null},
selectedTrigger: {type: Object, default: undefined},
buttonText: {type: String, default: "launch execution"},
buttonIcon: {type: [Object, Function], default: () => Flash},
buttonIcon: {type: [Object, Function], default: () => LightningBolt},
buttonTestId: {type: String, default: "execute-dialog-button"},
},
data() {