Ajusta portal do cliente e desbloqueia abertura de chamados

This commit is contained in:
Esdras Renan 2025-10-13 17:47:39 -03:00
parent 12c7fa23ae
commit 6a04ef4843
4 changed files with 34 additions and 9 deletions

View file

@ -112,7 +112,7 @@ export function NewTicketDialog() {
}
}
const handleSubcategoryChange = (value: string) => {
const handleSubcategoryChange = (value: string | null) => {
const previous = form.getValues("subcategoryId") ?? ""
const next = value ?? ""
form.setValue("subcategoryId", next, {