From a301635db56aff52d91db2bab19ee50247a7e8a4 Mon Sep 17 00:00:00 2001 From: Junior-Shyko Date: Wed, 23 Sep 2026 09:01:39 -0300 Subject: [PATCH] #586 Ordenando as sub abas do lado direito --- resources/js/Schemas/Opening/formSections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Schemas/Opening/formSections.js b/resources/js/Schemas/Opening/formSections.js index 0bf72bc0..94c29b44 100644 --- a/resources/js/Schemas/Opening/formSections.js +++ b/resources/js/Schemas/Opening/formSections.js @@ -1,8 +1,8 @@ export const formSections = [ - { title: 'Dados da Abertura', key: 'opening' }, { title: 'Credor', key: 'creditor' }, { title: 'Certidão e-parcerias', key: 'certificate' }, { title: 'Dados bancários', key: 'bank' }, + { title: 'Dados da Abertura', key: 'opening' }, { title: 'Dados do fiscal', key: 'supervisors' }, { title: 'Dados do Agente', key: 'agent' }, ];