Skip to content

Commit

Permalink
fix(searchbar): revert testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed May 8, 2024
1 parent 67693ea commit 1c6b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/toggle/toggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c6b7a9

Please sign in to comment.