Skip to content

Commit b865c1f

Browse files
committed
fix: remove variant attribute from secondaryAction button in UiSaveBar since polaris doesn't allow that
1 parent d1c4d77 commit b865c1f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/runtime/components/polaris/UiSaveBar.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</button>
1414
<button
1515
v-if="secondaryAction"
16-
variant="secondary"
1716
@click="secondaryAction.onClick"
1817
>
1918
{{ secondaryAction.label }}

0 commit comments

Comments
 (0)