mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
A bunch of changes, including moving prompt/confirm out of context
This commit is contained in:
@@ -298,7 +298,6 @@ export const RequestPane = memo(function RequestPane({
|
||||
);
|
||||
|
||||
const activeTab = activeTabs?.[activeRequestId];
|
||||
console.log('ACTIVE TAB', activeTab);
|
||||
const setActiveTab = useCallback(
|
||||
(tab: string) => {
|
||||
setActiveTabs((r) => ({ ...r, [activeRequest.id]: tab }));
|
||||
|
||||
Reference in New Issue
Block a user