Revert "Persist and restore query text, tab position and splitter direction in QueryTabComponent (#1993)" (#1994)

This reverts commit d562fc0f40.
This commit is contained in:
Laurent Nguyen
2024-10-22 19:03:10 +02:00
committed by GitHub
parent d562fc0f40
commit 93c1fdc238
7 changed files with 113 additions and 236 deletions

View File

@@ -34,7 +34,6 @@ jest.mock("Shared/AppStatePersistenceUtility", () => ({
AppStateComponentNames: {
QueryCopilot: "QueryCopilot",
},
readSubComponentState: jest.fn(),
}));
describe("QueryTabComponent", () => {