Skip to content

Commit 740e69c

Browse files
committed
fix: add missing fetchingThreads and expandThreadDiagnostics state declarations
1 parent ea26de8 commit 740e69c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/features/common-settings/developer-tools/DevelopTools.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ export function DeveloperTools({ requestClose }: DeveloperToolsProps) {
5858
const [expandState, setExpandState] = useState(false);
5959
const [expandUnreadDiagnostics, setExpandUnreadDiagnostics] = useState(false);
6060
const [expandSlidingDiagnostics, setExpandSlidingDiagnostics] = useState(false);
61+
const [expandThreadDiagnostics, setExpandThreadDiagnostics] = useState(false);
62+
const [fetchingThreads, setFetchingThreads] = useState(false);
6163
const [expandStateType, setExpandStateType] = useState<string>();
6264
const [openStateEvent, setOpenStateEvent] = useState<StateEventInfo>();
6365
const [composeEvent, setComposeEvent] = useState<{ type?: string; stateKey?: string }>();

0 commit comments

Comments
 (0)