소스 검색

Rename property of color grid to follow changes in ui.

Mateusz Samsel 6 년 전
부모
커밋
7e220c8c00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-font/src/ui/colortableview.js

+ 1 - 1
packages/ckeditor5-font/src/ui/colortableview.js

@@ -192,7 +192,7 @@ export default class ColorTableView extends View {
 	 * @private
 	 */
 	recentlyUsed() {
-		const recentViews = new ColorGridView( this.locale, { columns: this.columns, recentlyUsedLabel: this.recentlyUsedLabel } );
+		const recentViews = new ColorGridView( this.locale, { columns: this.columns, gridLabel: this.recentlyUsedLabel } );
 
 		recentViews.bind( 'selectedColor' ).to( this );