mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Remove unnecessary template name declaration
This code was duplicate with the name we use to `register` the component. A update of blaze-component removed the need to duplicate this declaration.
This commit is contained in:
parent
46747b01fb
commit
ac6491ea12
16 changed files with 0 additions and 92 deletions
|
|
@ -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');
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue