mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +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.push(`/events/${createHook.data!.slug}`)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[router]
|
[createHook, router]
|
||||||
)
|
)
|
||||||
|
|
||||||
return promiseMultiplexer({
|
return promiseMultiplexer({
|
||||||
|
|
Loading…
Reference in a new issue