mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet UI: Fix reversed accordion text (#18767)
This commit is contained in:
parent
b7e10a3dd8
commit
184c41fbb6
2 changed files with 3 additions and 2 deletions
1
changes/18662-fix-accordion-text
Normal file
1
changes/18662-fix-accordion-text
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Update switched accordion text
|
||||
|
|
@ -46,8 +46,8 @@ const AdvancedOptionsForm = ({
|
|||
<RevealButton
|
||||
className={`${baseClass}__accordion-title`}
|
||||
isShowing={showAdvancedOptions}
|
||||
showText="Hide advanced options"
|
||||
hideText="Show advanced options"
|
||||
showText="Show advanced options"
|
||||
hideText="Hide advanced options"
|
||||
caretPosition="after"
|
||||
onClick={() => setShowAdvancedOptions(!showAdvancedOptions)}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue