Explorar el Código

update

master
cyril.tsui hace 1 mes
padre
commit
87576ebf1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/JoSave/JoSave.tsx

+ 1
- 1
src/components/JoSave/JoSave.tsx Ver fichero

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

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



Cargando…
Cancelar
Guardar