Use withoutEnlargement for more consistency

This commit is contained in:
e01
2020-10-19 20:56:14 +03:00
parent 8e4904f9c9
commit d776bb826d
9 changed files with 10 additions and 10 deletions

View File

@@ -36,4 +36,4 @@ export const SYSTEM_ASSET_ALLOW_LIST: Transformation[] = [
},
];
export const ASSET_TRANSFORM_QUERY_KEYS = ['key', 'width', 'height', 'fit', 'noupscale'];
export const ASSET_TRANSFORM_QUERY_KEYS = ['key', 'width', 'height', 'fit', 'withoutEnlargement'];