fix(status-badge): hide status dot by default

This commit is contained in:
QuentinHsu
2026-06-10 10:35:43 +08:00
parent 823418ba36
commit 445a87c3f3
+1 -1
View File
@@ -103,7 +103,7 @@ export function StatusBadge({
variant,
size = 'sm',
pulse = false,
showDot = true,
showDot = false,
copyable = true,
copyText,
autoColor,