Sfoglia il codice sorgente

remove log

tags/Baseline_30082024_FRONTEND_UAT
cyril.tsui 1 anno fa
parent
commit
7c2fe40b69
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. +0
    -2
      src/components/CreateProject/CreateProject.tsx

+ 0
- 2
src/components/CreateProject/CreateProject.tsx Vedi File

@@ -114,8 +114,6 @@ const CreateProject: React.FC<Props> = ({
const { t } = useTranslation();
const router = useRouter();

console.log(defaultInputs)

const handleCancel = () => {
router.replace("/projects");
};


Caricamento…
Annulla
Salva