Ajusta portal do cliente e desbloqueia abertura de chamados
This commit is contained in:
parent
12c7fa23ae
commit
6a04ef4843
4 changed files with 34 additions and 9 deletions
|
|
@ -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, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue