Explorar el Código

fix(frontend): finish InboundFormModal rename after atomic swap

The atomic-swap commit landed the new file but the exported function was
still named InboundFormModalNew. Rename to match the file.
MHSanaei hace 10 horas
padre
commit
ec18ee4290
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/src/pages/inbounds/InboundFormModal.tsx

+ 1 - 1
frontend/src/pages/inbounds/InboundFormModal.tsx

@@ -147,7 +147,7 @@ function buildAddModeValues(): InboundFormValues {
   });
 }
 
-export default function InboundFormModalNew({
+export default function InboundFormModal({
   open,
   onClose,
   onSaved,