Browse Source

update

master
cyril.tsui 1 month ago
parent
commit
87576ebf1b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/components/JoSave/JoSave.tsx

+ 1
- 1
src/components/JoSave/JoSave.tsx View File

@@ -13,7 +13,7 @@ import InfoCard from "./InfoCard";
import PickTable from "./PickTable";

type Props = {
id: number;
id?: number;
defaultValues: Partial<JoDetail> | undefined;
}



Loading…
Cancel
Save