From 12d05f074899e364dfb054451a730e2c7a75134d Mon Sep 17 00:00:00 2001 From: ze0s <43699394+zze0s@users.noreply.github.com> Date: Sat, 7 Jan 2023 17:39:12 +0100 Subject: [PATCH] fix(feeds): view last run with baseurl (#628) fix(feeds): last run baseurl link --- web/src/screens/settings/Feed.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/screens/settings/Feed.tsx b/web/src/screens/settings/Feed.tsx index 2ca6cae..2021f37 100644 --- a/web/src/screens/settings/Feed.tsx +++ b/web/src/screens/settings/Feed.tsx @@ -3,7 +3,7 @@ import { useMutation, useQuery, useQueryClient } from "react-query"; import { APIClient } from "../../api/APIClient"; import { Menu, Switch, Transition } from "@headlessui/react"; -import { classNames, IsEmptyDate, simplifyDate } from "../../utils"; +import { baseUrl, classNames, IsEmptyDate, simplifyDate } from "../../utils"; import { Fragment, useRef, useState } from "react"; import { toast } from "react-hot-toast"; import Toast from "../../components/notifications/Toast"; @@ -251,7 +251,7 @@ const FeedItemDropdown = ({