mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 12:44:22 +00:00
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:
parent
1aef7171e3
commit
ec18ee4290
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ function buildAddModeValues(): InboundFormValues {
|
|||
});
|
||||
}
|
||||
|
||||
export default function InboundFormModalNew({
|
||||
export default function InboundFormModal({
|
||||
open,
|
||||
onClose,
|
||||
onSaved,
|
||||
|
|
|
|||
Loading…
Reference in a new issue