We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe5f8c commit 7c74f50Copy full SHA for 7c74f50
src/firefly/js/visualize/ui/LSSTCatalogSelectViewPanel.jsx
@@ -277,16 +277,17 @@ class LSSTCatalogSelectView extends Component {
277
//const request = {id: 'lsstCatalogMasterTable'}; //Fetch master table
278
var project = projectName;
279
var catalogs = [
280
- {
281
- label: 'Deep Forced Source',
282
- value: 'RunDeepForcedSource', //TODO: temporary hard code of catalog name
283
- cat:[]
284
- },
285
{
286
label: 'Deep Source',
287
value: 'RunDeepSource',
288
cat: []
+ },
+ {
+ label: 'Deep Forced Source',
+ value: 'RunDeepForcedSource', //TODO: temporary hard code of catalog name
+ cat:[]
289
}
290
+
291
];
292
293
catmaster.push({ project, catalogs });
0 commit comments