diff --git a/web/app/components/base/ui/placement.ts b/web/app/components/base/ui/placement.ts index 4d24f3a5f2..95f233fd56 100644 --- a/web/app/components/base/ui/placement.ts +++ b/web/app/components/base/ui/placement.ts @@ -6,7 +6,7 @@ type Side = 'top' | 'bottom' | 'left' | 'right' type Align = 'start' | 'center' | 'end' export type Placement - = | 'top' + = 'top' | 'top-start' | 'top-end' | 'right'