Skip to content

Commit

Permalink
fix: allow recipe as object in TViewConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
awesthouse authored Feb 7, 2024
1 parent 7fdc8a0 commit 2bf1eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dm-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export type TViewConfig = {
eds_icon?: string
roles?: string[]
showRefreshButton?: boolean
recipe?: string
recipe?: string | TUiRecipe
}

export type TReferenceViewConfig = TViewConfig & {
Expand Down

0 comments on commit 2bf1eb9

Please sign in to comment.