Skip to content

Commit da7ff37

Browse files
committed
[O2B-1502] Doc fixes
1 parent 094e6c5 commit da7ff37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/components/Filters/LhcFillsFilter/stableBeamFilter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import { switchInput } from '../../common/form/switchInput.js';
1616
import radiobutton from '../../common/form/inputs/RadioButton.js';
1717

1818
/**
19-
* Display a toggle switch to display stable beams only
19+
* Display a toggle switch or radio buttons to filter stable beams only
2020
*
2121
* @param {LhcFillsOverviewModel} lhcFillsOverviewModel the overview model
22-
* @param radioButtonMode
22+
* @param {boolean} radioButtonMode define whether or not to return radio buttons or a switch.
2323
* @returns {Component} the toggle switch
2424
*/
2525
export const toggleStableBeamOnlyFilter = (lhcFillsOverviewModel, radioButtonMode = false) => {

0 commit comments

Comments
 (0)