Skip to content

Commit

Permalink
A
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Aug 1, 2024
1 parent 5f4625a commit 90120ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/public/views/QcFlags/GaqFlags/gaqDetectectorSelection.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ import { h } from '/js/src/index.js';
import { picker } from '../../../components/common/selection/picker/picker.js';

/**
* Export form component, containing the fields to export, the export type and the export button
* Form for GAQ detectors selection
*
* @param {RunsOverviewModel} gaqOverviewModel the runsOverviewModel
* @param {array} gaqDetectors the runs to export
* @param {GaqOverviewModel} gaqOverviewModel gaq overview model
* @param {Detector[]} gaqDetectors current set of GAQ detectors
* @param {ModalHandler} modalHandler The modal handler, used to dismiss modal after export
*
* @return {vnode[]} the form component
* @return {Component} the form component
*/
const selectionForm = (gaqOverviewModel, gaqDetectors, modalHandler) => {
const { gaqDetectorPickerModel } = gaqOverviewModel;
Expand All @@ -33,7 +33,7 @@ const selectionForm = (gaqOverviewModel, gaqDetectors, modalHandler) => {
{
selector: 'gaq-detectors',
limit: null,
attributes: { class: 'scroll-y grid columns-2-lg columns-3-xl g2' },
attributes: { class: 'grid columns-2-lg columns-3-xl g2' },
outlineSelection: true,
searchEnabled: false,
},
Expand Down

0 comments on commit 90120ce

Please sign in to comment.