refactor: improvements made to how banners are to be dismissed (#3656)
This commit is contained in:
committed by
GitHub
parent
93082c3816
commit
cf8b5975ac
@@ -15,6 +15,7 @@ export type BannerContent = {
|
||||
alternateText?: (t: ReturnType<typeof getI18n>) => string
|
||||
// Used to determine which banner should be displayed when multiple banners are present
|
||||
score: number
|
||||
dismissible?: boolean
|
||||
}
|
||||
|
||||
export type Banner = {
|
||||
|
||||
Reference in New Issue
Block a user