(errs: Record<string, string[]>)
| 263 | } |
| 264 | |
| 265 | const hasAnyErrors = (errs: Record<string, string[]>) => |
| 266 | Object.values(errs).some((l) => l.length > 0) |
| 267 | |
| 268 | const handleDiscard = () => { |
| 269 | setIsEditing(false) |
no outgoing calls
no test coverage detected