From 0d5f492891b45c847c94b8bd9b4b5dd62bcbf976 Mon Sep 17 00:00:00 2001 From: Vendicated Date: Thu, 21 Mar 2024 21:17:47 +0100 Subject: [PATCH] fix ReviewDB --- src/plugins/reviewDB/components/ReviewsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/reviewDB/components/ReviewsView.tsx b/src/plugins/reviewDB/components/ReviewsView.tsx index 46bd7fb84..a705bc80a 100644 --- a/src/plugins/reviewDB/components/ReviewsView.tsx +++ b/src/plugins/reviewDB/components/ReviewsView.tsx @@ -31,7 +31,7 @@ import ReviewComponent from "./ReviewComponent"; const { Editor, Transforms } = findByPropsLazy("Editor", "Transforms"); const { ChatInputTypes } = findByPropsLazy("ChatInputTypes"); -const InputComponent = findComponentByCodeLazy("default.CHANNEL_TEXT_AREA"); +const InputComponent = findComponentByCodeLazy("default.CHANNEL_TEXT_AREA", "input"); const { createChannelRecordFromServer } = findByPropsLazy("createChannelRecordFromServer"); interface UserProps {