Skip to content

Commit

Permalink
Update components/shared/form/BasicSwitch.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Viki Val <viktorko99@gmail.com>
  • Loading branch information
roiLeo and vikiival authored May 17, 2023
1 parent 2f29dc2 commit 99c09d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/form/BasicSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class BasicSwitch extends Vue {
@Prop(Boolean) public disabled!: boolean
get componentName(): string {
return this.message ? NeoTooltip : 'span'
return this.message ? 'NeoTooltip' : 'span'
}
get properLabel(): TranslateResult {
Expand Down

0 comments on commit 99c09d4

Please sign in to comment.