Skip to content

Commit 36ab400

Browse files
committed
style: set button type to 'button' for improved functionality
1 parent f6ca0fd commit 36ab400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • spring-boot-admin-server-ui/src/main/frontend/components

spring-boot-admin-server-ui/src/main/frontend/components/sba-button.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const componentAttrs = computed(() => {
7373
return {
7474
...common,
7575
disabled: props.disabled === true,
76-
type: props.type,
76+
type: 'button',
7777
};
7878
}
7979
return common;

0 commit comments

Comments
 (0)