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

View File

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