Skip to content

Commit a44e568

Browse files
refactor: change 'selector' to 'sourceSelector'
1 parent e61e933 commit a44e568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useLoadSpectra.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ async function loadSpectraFromFiles(files: File[]) {
1414
if (data) {
1515
// eslint-disable-next-line no-restricted-syntax
1616
for (const spectrum of data.spectra) {
17-
spectrum.selector = {};
17+
spectrum.sourceSelector = {};
1818
}
1919
}
2020
return data;

0 commit comments

Comments
 (0)