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.
This commit is contained in:
MHSanaei 2026-05-26 11:46:33 +02:00
parent 1aef7171e3
commit ec18ee4290
No known key found for this signature in database
GPG key ID: 7E4060F2FBE5AB7A

View file

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