Skip to content

Commit 7c74f50

Browse files
author
Cindy Wang
committed
swith the order of the radio button items on LSST Catalogs sesarch.
1 parent 6fe5f8c commit 7c74f50

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/firefly/js/visualize/ui/LSSTCatalogSelectViewPanel.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,17 @@ class LSSTCatalogSelectView extends Component {
277277
//const request = {id: 'lsstCatalogMasterTable'}; //Fetch master table
278278
var project = projectName;
279279
var catalogs = [
280-
{
281-
label: 'Deep Forced Source',
282-
value: 'RunDeepForcedSource', //TODO: temporary hard code of catalog name
283-
cat:[]
284-
},
285280
{
286281
label: 'Deep Source',
287282
value: 'RunDeepSource',
288283
cat: []
284+
},
285+
{
286+
label: 'Deep Forced Source',
287+
value: 'RunDeepForcedSource', //TODO: temporary hard code of catalog name
288+
cat:[]
289289
}
290+
290291
];
291292

292293
catmaster.push({ project, catalogs });

0 commit comments

Comments
 (0)