mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3 (#2907)
* Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3 Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.8.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.8.3) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * fix linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
This commit is contained in:
@@ -31,8 +31,8 @@ import { MinimalNodeEntryEntity } from '@alfresco/js-api';
|
||||
template: `
|
||||
<ng-container *ngIf="isFileSelected; else empty">
|
||||
<adf-version-manager
|
||||
[showComments]="'adf-version-manager.allowComments' | adfAppConfig: true"
|
||||
[allowDownload]="'adf-version-manager.allowDownload' | adfAppConfig: true"
|
||||
[showComments]="'adf-version-manager.allowComments' | adfAppConfig : true"
|
||||
[allowDownload]="'adf-version-manager.allowDownload' | adfAppConfig : true"
|
||||
[node]="node"
|
||||
>
|
||||
</adf-version-manager>
|
||||
|
Reference in New Issue
Block a user