fix: postgresql migration from _id to id

This commit is contained in:
Salman
2024-01-30 04:09:05 +05:30
parent 6c6fae3793
commit 6fe3a8bd67

View File

@@ -67,7 +67,7 @@ export const ProjectNameChangeSection = () => {
};
const copyProjectIdToClipboard = () => {
navigator.clipboard.writeText(currentWorkspace?._id || "");
navigator.clipboard.writeText(currentWorkspace?.id || "");
setIsProjectIdCopied.on();
createNotification({