mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
Fix missing dependency
This commit is contained in:
parent
c226438f5e
commit
b6c8703c45
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ const LandingActionEventsFormCreate = () => {
|
|||
router.push(`/events/${createHook.data!.slug}`)
|
||||
}
|
||||
},
|
||||
[router]
|
||||
[createHook, router]
|
||||
)
|
||||
|
||||
return promiseMultiplexer({
|
||||
|
|
Loading…
Reference in a new issue