瀏覽代碼

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 11 小時之前
父節點
當前提交
ec18ee4290
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,
   onClose,
   onSaved,