diff --git a/web/src/components/CreateShareButton.tsx b/web/src/components/CreateShareButton.tsx index 8447887..1596ec0 100644 --- a/web/src/components/CreateShareButton.tsx +++ b/web/src/components/CreateShareButton.tsx @@ -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 (