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 245ab88 commit 9187c1bCopy full SHA for 9187c1b
services/backend-api/client/src/features/discordServers/components/DiscordServerSearchSelectv2/index.tsx
@@ -27,11 +27,9 @@ export const DiscordServerSearchSelectv2: React.FC<Props> = ({
27
isFetching: isFetchingServerSettings,
28
refetch: refetchServerSettings,
29
data: discordServerSettings,
30
- status: discordServerSettingsStatus,
31
} = useDiscordServerSettings({
32
serverId: value,
33
});
34
- console.log("🚀 ~ discordServerSettings:", discordServerSettings, discordServerSettingsStatus);
35
const { data: discordBot } = useDiscordBot();
36
37
const loading = status === "loading";
0 commit comments