Paranjay Singh
Paranjay Singh
I created scheduled run using the api ```/api/v1/tenants/tenant_id/workflows/workflow_name/scheduled``` and I got this response ` { "additionalMetadata": {}, "metadata": { "createdAt": "2025-03-06T10:15:55.901Z", "id": "747878e4-e450-440b-aa78-bfadcf236719", "updatedAt": "2025-03-06T10:15:55.901Z" }, "method": "API", "tenantId": "707d0855-80ab-4e1f-a156-f1c4546cbf52",...
This is my code for reference ```javascript "use client"; import React, { useEffect, useRef } from "react"; import { createPluginUI } from "molstar/lib/mol-plugin-ui"; import { PluginUIContext } from "molstar/lib/mol-plugin-ui/context"; import...
### What went wrong? 🤔 Hi the content is not rendered properly here [https://daily.dev/blog/functional-programming-for-beginners](https://daily.dev/blog/functional-programming-for-beginners) Attaching an image for your reference  ### Expected Behavior It should render properly. ### Steps...