From 1c6b7a935e84ac034a4e9c24644f59c97e9d360f Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 8 May 2024 13:58:20 -0700 Subject: [PATCH] fix(searchbar): revert testing --- core/src/components/toggle/toggle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/toggle/toggle.tsx b/core/src/components/toggle/toggle.tsx index 2d1a8ae9bc2..c2a882ace3e 100644 --- a/core/src/components/toggle/toggle.tsx +++ b/core/src/components/toggle/toggle.tsx @@ -79,7 +79,7 @@ export class Toggle implements ComponentInterface { /** * Enables the on/off accessibility switch labels within the toggle. */ - @Prop() enableOnOffLabels: boolean | undefined = true; + @Prop() enableOnOffLabels: boolean | undefined = config.get('toggleOnOffLabels'); /** * Where to place the label relative to the input.