From b9702c41fd12aeb6bb2e05f76b479f692fab0d4e Mon Sep 17 00:00:00 2001 From: Laura Martinez Garcia Date: Wed, 21 Feb 2024 10:20:04 +0100 Subject: [PATCH] docs: replace enable/disable with activate/deactivate --- .../src/components/panels/base-tabs-panel.vue | 2 +- .../facets/components/filters/renderless-filter.vue | 4 ++-- .../components/history-queries-switch.vue | 12 ++++++------ .../next-queries/components/next-queries-list.vue | 3 ++- .../src/x-modules/tagging/components/tagging.vue | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/packages/x-components/src/components/panels/base-tabs-panel.vue b/packages/x-components/src/components/panels/base-tabs-panel.vue index 328593812c..fe7ab25315 100644 --- a/packages/x-components/src/components/panels/base-tabs-panel.vue +++ b/packages/x-components/src/components/panels/base-tabs-panel.vue @@ -253,7 +253,7 @@ which tab should be opened at first. The prop `allowTabDeselect` allows the tabs to be deselected. When a tab that is already selected is clicked again, the tab will be deselected and no panel content will be displayed. By default, this -behavior is disabled. +behavior is deactivated. ```vue