Skip to content

Commit

Permalink
[risk=low][RW-9645] Remove UI FFs showCBFunnelPlot and showNewAnalysi…
Browse files Browse the repository at this point in the history
…sTab (#8415)

* rm NotebookList component
  • Loading branch information
jmthibault79 authored Mar 5, 2024
1 parent 93c4ecb commit 635e3d0
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 450 deletions.
95 changes: 0 additions & 95 deletions ui/src/app/pages/analysis/notebook-list.spec.tsx

This file was deleted.

286 changes: 0 additions & 286 deletions ui/src/app/pages/analysis/notebook-list.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion ui/src/app/pages/appAnalysis/app-files-list.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const component = async () =>
<AppFilesList showSpinner={() => {}} hideSpinner={() => {}} />
</MemoryRouter>
);
describe('AppsList', () => {
describe(AppFilesList.name, () => {
let workspacesApiStub: WorkspacesApiStub;
let notebooksApiStub: NotebooksApiStub;
let user;
Expand Down
Loading

0 comments on commit 635e3d0

Please sign in to comment.