fix(toolbar-batch-actions): active prop should be reactive

Follow-up to #1440
This commit is contained in:
Eric Liu 2022-08-14 14:15:44 -07:00
commit dbfbaa8b98
4 changed files with 37 additions and 19 deletions

View file

@ -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": [],