Skip to content

Commit f9dc13a

Browse files
author
NarrowsProjects
committed
chore: fix comment on magnetsFilteringModel
1 parent 911cd2e commit f9dc13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/public/components/Filters/RunsFilter/MagnetsFilteringModel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ export class MagnetsFilteringModel extends ObservableBasedSelectionDropdownModel
5656
}
5757

5858
/**
59-
* Sets selected options based on a comma-seperated string.
59+
* Sets selected options based on an object containing l3 and dipole fields.
6060
* Accounts for the options being either RemoteData or an array.
6161
*
62-
* @return {string}
62+
* @param {object}
6363
*/
6464
set normalized(value) {
6565
super.normalized = magnetsCurrentLevelsToKey(value).value;

0 commit comments

Comments
 (0)