We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1acd1a commit da94d14Copy full SHA for da94d14
apps/webapp/app/assets/icons/WebhookTaskIcon.tsx renamed to apps/webapp/app/assets/icons/FunctionIcon.tsx
apps/webapp/app/components/runs/v3/RunIcon.tsx
@@ -15,7 +15,7 @@ import { TaskCachedIcon } from "~/assets/icons/TaskCachedIcon";
15
import { PauseIcon } from "~/assets/icons/PauseIcon";
16
import { RunFunctionIcon } from "~/assets/icons/RunFunctionIcon";
17
import { MiddlewareIcon } from "~/assets/icons/MiddlewareIcon";
18
-import { FunctionIcon } from "~/assets/icons/WebhookTaskIcon";
+import { FunctionIcon } from "~/assets/icons/FunctionIcon";
19
import { TriggerIcon } from "~/assets/icons/TriggerIcon";
20
21
type TaskIconProps = {
0 commit comments