fix: Show content on upload file

This commit is contained in:
Felipe Hernandez
2025-04-18 02:01:47 +02:00
parent 0577dc2990
commit 88f97372d9
2 changed files with 6 additions and 6 deletions

View File

@@ -394,7 +394,7 @@
const updateFileContentHandler = async () => {
const fileId = selectedFile.id;
const content = selectedFile.data.content;
const content = selectedFileContent
const res = updateFileDataContentById(localStorage.token, fileId, content).catch((e) => {
toast.error(`${e}`);