diff --git a/src/app/(authenticated)/extension/page.tsx b/src/app/(authenticated)/extension/page.tsx
index fbdafa29..4d07b04f 100644
--- a/src/app/(authenticated)/extension/page.tsx
+++ b/src/app/(authenticated)/extension/page.tsx
@@ -707,6 +707,16 @@ interface ListaSetores {
placeholder="1234 ou 11987654321"
/>
+
+
+ setEditContactForm({ ...editContactForm, extension: e.target.value })}
+ placeholder="Setor"
+ />
+
-
+ {/* --> Desativado temporariamente */}
@@ -69,8 +69,8 @@ export default function AuthenticatedLayoutClient({
-
-
+ {/* --> Desativado temporariamente */}
+ {/* --> Desativado temporariamente*/}
)
}