diff --git a/src/component/panels/multipleAnalysisPanel/AlignSpectra.tsx b/src/component/panels/multipleAnalysisPanel/AlignSpectra.tsx index b626c2a91..1e62a9bbf 100644 --- a/src/component/panels/multipleAnalysisPanel/AlignSpectra.tsx +++ b/src/component/panels/multipleAnalysisPanel/AlignSpectra.tsx @@ -9,7 +9,7 @@ import * as Yup from 'yup'; import { REFERENCES } from '../../../data/constants/References'; import { CalibrateOptions } from '../../../data/data1d/Spectrum1D/getReferenceShift'; import { useDispatch } from '../../context/DispatchContext'; -import Button from '../../elements/Button'; +import ActionButtons from '../../elements/ActionButtons'; import { InputStyle } from '../../elements/Input'; import Label, { LabelStyle } from '../../elements/Label'; import Message from '../../elements/Message'; @@ -202,12 +202,7 @@ function AlignSpectra({ onClose = () => null, nucleus }: AlignSpectraProps) {
- - Done - +
)}