cyril.tsui 1 mese fa
parent
commit
87576ebf1b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/components/JoSave/JoSave.tsx

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

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

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



Caricamento…
Annulla
Salva