Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iethree committed May 10, 2024
1 parent 88fea12 commit 4a26947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metabase/palette/hooks/useCommandPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export const useCommandPalette = () => {
extra:
item.model === "table"
? {
database: item.model_object.database_name,
database: item.database.name,
href: Urls.modelToUrl(item),
}
: {
Expand Down

0 comments on commit 4a26947

Please sign in to comment.