mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(toolbar-batch-actions): active
prop should be reactive (#1445)
Follow-up to #1440
This commit is contained in:
parent
06777ba803
commit
b04a281939
4 changed files with 37 additions and 19 deletions
|
@ -13676,14 +13676,13 @@
|
|||
{
|
||||
"name": "active",
|
||||
"kind": "let",
|
||||
"description": "Set to `true` to show the toolbar regardless of row selection",
|
||||
"type": "boolean",
|
||||
"value": "false",
|
||||
"description": "Use a boolean to show or hide the toolbar",
|
||||
"type": "undefined | boolean",
|
||||
"isFunction": false,
|
||||
"isFunctionDeclaration": false,
|
||||
"isRequired": false,
|
||||
"constant": false,
|
||||
"reactive": false
|
||||
"reactive": true
|
||||
}
|
||||
],
|
||||
"moduleExports": [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue