mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
fix ui typo in MDM migration config (#12703)
This commit is contained in:
parent
a1ec4d31e4
commit
b2ea31caf4
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ const EndUserMigrationSection = ({ router }: IEndUserMigrationSectionProps) => {
|
|||
value={formData.isEnabled}
|
||||
onChange={toggleMigrationEnabled}
|
||||
activeText="Enabled"
|
||||
inactiveText="Diabled"
|
||||
inactiveText="Disabled"
|
||||
className={`${baseClass}__enabled-slider`}
|
||||
/>
|
||||
<div className={formClasses}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue