Browse Source

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 10 hours ago
parent
commit
ec18ee4290
1 changed files with 1 additions and 1 deletions
  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,
   open,
   onClose,
   onClose,
   onSaved,
   onSaved,