You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error when trying to update resource.
First I attached the file and gave it a name, saved it, and then I wanted to update it again, then I get an error that the file is required even though it is already attached. (see first img)
it is also strange that setting require to false or fn() => false
File::make(...)
->required(false)
still makes field required
The text was updated successfully, but these errors were encountered:
Hello,
I encountered an error when trying to update resource.
First I attached the file and gave it a name, saved it, and then I wanted to update it again, then I get an error that the file is required even though it is already attached. (see first img)
it is also strange that setting require to false or
fn() => false
still makes field required
The text was updated successfully, but these errors were encountered: