Skip to content

Commit 6e98e3b

Browse files
author
mdatelle
committed
fix: remove obsolete variable for button
1 parent c2f1cc8 commit 6e98e3b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

web/pages/index.vue

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,7 @@ watch(
8181
);
8282
8383
// Define the valid button variant names for display
84-
const displayableButtonVariants = [
85-
'primary',
86-
'brand',
87-
'destructive',
88-
'outline',
89-
'outline-brand',
90-
'secondary',
91-
'ghost',
92-
'link',
93-
] as const;
84+
const displayableButtonVariants = ['primary', 'secondary', 'link'] as const;
9485
</script>
9586

9687
<template>

0 commit comments

Comments
 (0)