summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/import/import.js')
-rw-r--r--client/components/import/import.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/components/import/import.js b/client/components/import/import.js
index 63285e57..ec469a77 100644
--- a/client/components/import/import.js
+++ b/client/components/import/import.js
@@ -7,10 +7,6 @@
/// - getLabel(): i18n key for the text displayed in the popup, usually to
/// explain how to get the data out of the source system.
const ImportPopup = BlazeComponent.extendComponent({
- template() {
- return 'importPopup';
- },
-
jsonText() {
return Session.get('import.text');
},