feat: add share page settings dialog + add org id to deployment as well
This commit is contained in:
@@ -40,13 +40,10 @@ export function RunWorkflowInline({
|
||||
} = publicRunStore();
|
||||
|
||||
const runWorkflow = async () => {
|
||||
console.log();
|
||||
|
||||
if (!user.isSignedIn) {
|
||||
clerk.openSignIn({
|
||||
redirectUrl: window.location.href,
|
||||
});
|
||||
console.log("hi");
|
||||
return;
|
||||
}
|
||||
console.log(values);
|
||||
|
||||
Reference in New Issue
Block a user