fix: Adjust set up template button styles (no-changelog) (#8259)

This commit is contained in:
Tomi Turtiainen
2024-01-08 16:34:28 +02:00
committed by GitHub
parent fc2903096e
commit 38d91c43e3
4 changed files with 18 additions and 10 deletions

View File

@@ -65,6 +65,8 @@ onBeforeUnmount(() => {
v-if="showButton"
:label="i18n.baseText('nodeView.setupTemplate')"
size="large"
icon="box-open"
type="secondary"
@click="handleClick()"
/>
</template>