Skip to content

Commit

Permalink
Merge #132663
Browse files Browse the repository at this point in the history
132663: cluster-ui: fix index details page stories r=xinhaoz a=xinhaoz

Add `databaseID` prop to index page in story file. This error was preventing the cluster-ui publish
action from completing.

Epic: none

Release note: None

Co-authored-by: Xin Hao Zhang <[email protected]>
  • Loading branch information
craig[bot] and xinhaoz committed Oct 15, 2024
2 parents aa722b5 + 99128e9 commit 8125a83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const withData: IndexDetailsPageProps = {
nodeRegions: {},
timeScale: null,
details: {
databaseID: 1,
loading: false,
loaded: true,
createStatement: `
Expand Down

0 comments on commit 8125a83

Please sign in to comment.