Skip to content

Commit 8f45b2f

Browse files
authored
Update button-close.js
1 parent 7cc7a66 commit 8f45b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/button-close.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const props = {
1414
},
1515
textVariant: {
1616
type: String,
17-
default: getConfigComponent(NAME, 'textVariant')
17+
default: () => getConfigComponent(NAME, 'textVariant')
1818
}
1919
}
2020

0 commit comments

Comments
 (0)