Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-export-widget@85622 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4767b9c75c
commit
64306546d3
|
@ -27,9 +27,9 @@ public class CSVExportWizardTD extends WizardWindow {
|
|||
exportSession= new CSVExportSession();
|
||||
|
||||
|
||||
DestinationSelectionCard sourceSelection= new DestinationSelectionCard(exportSession);
|
||||
addCard(sourceSelection);
|
||||
sourceSelection.setup();
|
||||
DestinationSelectionCard destinationSelection= new DestinationSelectionCard(exportSession);
|
||||
addCard(destinationSelection);
|
||||
destinationSelection.setup();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue