Backspace is causing a 404 #42
-
Beta Was this translation helpful? Give feedback.
Answered by
joshhanley
Jul 18, 2024
Replies: 1 comment
-
Sorted this on discord. TL;DR was an updated hook was expecting a selected ID and doing a |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshhanley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorted this on discord.
TL;DR was an updated hook was expecting a selected ID and doing a
findOrFail()
. It didn't take into account being able to clear the selected ID (which backspace does if a record is already selected).