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 9fd3c2d734
commit 5a609d5bb1
181 changed files with 365 additions and 365 deletions

View File

@@ -62,7 +62,7 @@ import {
getRemoteDataPayload,
} from '../../core/shared/operators';
import { PageInfo } from '../../core/shared/page-info.model';
import { DisabledDirective } from '../../shared/disabled-directive';
import { BtnDisabledDirective } from '../../shared/btn-disabled.directive';
import { hasValue } from '../../shared/empty.util';
import { ThemedLoadingComponent } from '../../shared/loading/themed-loading.component';
import { NotificationsService } from '../../shared/notifications/notifications.service';
@@ -85,7 +85,7 @@ import { followLink } from '../../shared/utils/follow-link-config.model';
NgSwitchCase,
NgbTooltipModule,
NgForOf,
DisabledDirective,
BtnDisabledDirective,
],
standalone: true,
})