mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 09:26:45 +00:00
Fix SaveAs import
This commit is contained in:
parent
2dcff00fa7
commit
cabc410e0a
@ -32,7 +32,7 @@ define([
|
||||
{
|
||||
key: "exportService",
|
||||
implementation: function () {
|
||||
return new ExportService(saveAs);
|
||||
return new ExportService(saveAs.saveAs);
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user