mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-04 11:29:36 +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:
@@ -147,7 +147,7 @@ function buildAddModeValues(): InboundFormValues {
|
||||
});
|
||||
}
|
||||
|
||||
export default function InboundFormModalNew({
|
||||
export default function InboundFormModal({
|
||||
open,
|
||||
onClose,
|
||||
onSaved,
|
||||
|
||||
Reference in New Issue
Block a user