mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Fix build
This commit is contained in:
parent
dd0a6e1a82
commit
475bc70621
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const ImportPopup = BlazeComponent.extendComponent({
|
|||
Popup.open('mapMembers')(evt);
|
||||
},
|
||||
|
||||
_storeText(evt) {
|
||||
_storeText() {
|
||||
const dataJson = this.$('.js-import-json').val();
|
||||
Session.set('import.text', dataJson);
|
||||
return dataJson;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue