Merge branch 'main' into main-private

This commit is contained in:
BennyKok
2024-01-25 00:40:31 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export function CreateShareButton({
const [isLoading, setIsLoading] = useState(false);
const workflow_version_id = workflow?.versions.find(
(x) => x.version === version,
(x) => x.version == version,
)?.id;
return (