Feat/perf dashboard (#770)
This commit is contained in:
committed by
GitHub
Unverified
parent
413244522e
commit
d8750e135b
@@ -80,7 +80,7 @@ export const useChannelsStore = create<ChannelsState>((set, get) => ({
|
||||
} | null;
|
||||
}>>;
|
||||
channelDefaultAccountId?: Record<string, string>;
|
||||
}>('channels.status', { probe: true });
|
||||
}>('channels.status', { probe: false });
|
||||
if (data) {
|
||||
const channels: Channel[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user