We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd7c7b commit ecfa3d9Copy full SHA for ecfa3d9
lib/public/components/Filters/LhcFillsFilter/fillNumberFilter.js
@@ -17,7 +17,7 @@ import { rawTextFilter } from '../common/filters/rawTextFilter.js';
17
* Component to filter LHC-fills by fill number
18
*
19
* @param {RawTextFilterModel} filterModel the filter model
20
- * @returns {Component} the toggle switch
+ * @returns {Component} the text field
21
*/
22
export const fillNumberFilter = (filterModel) => rawTextFilter(
23
filterModel,
0 commit comments