117544: rename directive to be clear it should currently only be used for buttons

This commit is contained in:
Jens Vannerum
2024-09-16 13:45:33 +02:00
parent e7d050d3eb
commit aec970f9d1
181 changed files with 365 additions and 365 deletions

View File

@@ -16,7 +16,7 @@ import { DSONameService } from '../../core/breadcrumbs/dso-name.service';
import { CollectionDataService } from '../../core/data/collection-data.service';
import { Collection } from '../../core/shared/collection.model';
import { DeleteComColPageComponent } from '../../shared/comcol/comcol-forms/delete-comcol-page/delete-comcol-page.component';
import { DisabledDirective } from '../../shared/disabled-directive';
import { BtnDisabledDirective } from '../../shared/btn-disabled.directive';
import { NotificationsService } from '../../shared/notifications/notifications.service';
import { VarDirective } from '../../shared/utils/var.directive';
@@ -32,7 +32,7 @@ import { VarDirective } from '../../shared/utils/var.directive';
AsyncPipe,
NgIf,
VarDirective,
DisabledDirective,
BtnDisabledDirective,
],
standalone: true,
})