This commit is contained in:
Bastian Wagner
2026-02-17 10:56:08 +01:00
parent eb5d9dd088
commit df41dda7dc
6 changed files with 6 additions and 72 deletions

View File

@@ -14,10 +14,10 @@ import { CreateKeyComponent } from '../../../../modules/keys/create/create.compo
@Component({
selector: 'app-ag-delete-key',
imports: [MatDialogModule, MatTooltipModule],
templateUrl: './ag-delete-key.component.html',
styleUrl: './ag-delete-key.component.scss'
templateUrl: './ag-key-actions.component.html',
styleUrl: './ag-key-actions.component.scss'
})
export class AgDeleteKeyComponent implements ICellRendererAngularComp {
export class AgKeyActionsComponent implements ICellRendererAngularComp {
key!: IKey;
params!: ICellRendererParams<any, any, any>;