llaski / nova-scheduled-jobs

Nova Scheduled Jobs
MIT License
54 stars 19 forks source link

[BUG]: Javascript error when pressing the "dispatch" button #43

Closed salomonsanz closed 1 year ago

salomonsanz commented 1 year ago

Description of the bug

I'm using laravel 9.38 and nova 4, when i press the play button to manually dispatch the task, nothing happens. The console shows this error:

TypeError: Cannot read properties of undefined (reading 'focus')

 mounted: function() {
    this.$refs.confirmButton.focus()
}

Steps To Reproduce

Click on the "play" button to manually dispatch the scheduled task

Additional Information

No response

llaski commented 1 year ago

@salomonsanz Please upgrade to version 6.0.0 and see if this issue persists.

llaski commented 1 year ago

Closing out as have had no response for 3 months. Feel free to reopen if needed.