fix(editor): Remove unnecessary closing tag in CanvasControls (no-changelog) (#4792)

fix(editor): Remove unnecessary closing tag in CanvasControls component (no-changelog)
This commit is contained in:
OlegIvaniv 2022-12-01 18:12:25 +01:00 committed by GitHub
parent 2a85af1bdb
commit 23aa0353b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@
<n8n-icon-button @click="zoomToFit" type="tertiary" size="large" :title="$locale.baseText('nodeView.zoomToFit')"
icon="expand"
data-test-id="zoom-to-fit" />
/>
<n8n-icon-button @click="zoomIn" type="tertiary" size="large" :title="$locale.baseText('nodeView.zoomIn')"
icon="search-plus" />
<n8n-icon-button @click="zoomOut" type="tertiary" size="large" :title="$locale.baseText('nodeView.zoomOut')"