From 90120ce206ad17cb1eb0b0f9a72355fe2b3ead8c Mon Sep 17 00:00:00 2001 From: xsalonx Date: Thu, 1 Aug 2024 08:56:05 +0200 Subject: [PATCH] A --- .../views/QcFlags/GaqFlags/gaqDetectectorSelection.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/public/views/QcFlags/GaqFlags/gaqDetectectorSelection.js b/lib/public/views/QcFlags/GaqFlags/gaqDetectectorSelection.js index aa6f16d605..f73c3c337c 100644 --- a/lib/public/views/QcFlags/GaqFlags/gaqDetectectorSelection.js +++ b/lib/public/views/QcFlags/GaqFlags/gaqDetectectorSelection.js @@ -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; @@ -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, },