diff --git a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen/watermark-screen.component.ts b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen/watermark-screen.component.ts index aea3aebf3..f0058cb61 100644 --- a/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen/watermark-screen.component.ts +++ b/apps/red-ui/src/app/modules/admin/screens/watermark/watermark-screen/watermark-screen.component.ts @@ -4,6 +4,7 @@ import { ChangeDetectorRef, Component, ElementRef, inject, OnInit, ViewChild } f import { FormBuilder, FormGroup, ReactiveFormsModule } from '@angular/forms'; import { MatIcon } from '@angular/material/icon'; import { MatSlider, MatSliderThumb } from '@angular/material/slider'; +import { MatTooltip } from '@angular/material/tooltip'; import { Router } from '@angular/router'; import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker'; import { environment } from '@environments/environment'; @@ -82,6 +83,7 @@ interface WatermarkForm { AsyncPipe, ReactiveFormsModule, HasScrollbarDirective, + MatTooltip, NgForOf, NgClass, MatIcon,