fix(web): ignore malformed dashboard tile snapshots
This commit is contained in:
parent
4ce42fb52b
commit
88c448258d
3 changed files with 112 additions and 1 deletions
|
|
@ -45,6 +45,11 @@ type DashboardTileResponse =
|
|||
state: "not_found";
|
||||
tile: DashboardTileReference;
|
||||
message: string;
|
||||
}
|
||||
| {
|
||||
state: "disabled";
|
||||
tile: DashboardTileReference;
|
||||
message: string;
|
||||
};
|
||||
|
||||
type DashboardTileHydrationResult = "aborted" | "failed" | "ready";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue