Skip to content

Commit

Permalink
Change default incident tab to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Wang <jay@zijie.wang>
  • Loading branch information
xiaohk committed Mar 1, 2024
1 parent a0cd3f5 commit 1c26556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/container-lite/container-lite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class FarsightContainerLite extends LitElement {
selectedUseCaseTab = UseCaseTab.ALL;

@state()
selectedAccidentTab = AccidentTab.RELATED;
selectedAccidentTab = AccidentTab.LATEST;

@state()
curLatestAccidentPage = 0;
Expand Down

0 comments on commit 1c26556

Please sign in to comment.