Skip to content

Commit f67d94a

Browse files
committed
Fix not being able to create new SchedulableEvent
1 parent da10b1a commit f67d94a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schedule/schedulePane.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ module.exports = {
238238

239239
agenda.push(function () { // give the user links to the new app
240240
console.log('Finished minting new scheduler')
241+
options.newInstance = newInstance
241242
resolve(options)
242243
})
243244

0 commit comments

Comments
 (0)