code rabbit feedback

This commit is contained in:
Developer
2025-10-10 18:40:25 -04:00
parent 20c57acb00
commit 913f47ba62

View File

@@ -46,6 +46,7 @@ export const DocsTab = ({ project }: DocsTabProps) => {
});
} catch (error) {
console.error("Failed to save document:", error);
throw error;
}
};