Skip to content

Commit

Permalink
WP-70 fix eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-chitti committed May 6, 2024
1 parent 2c997ae commit 12a1f04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/blocks/table-column/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const settings: BlockConfiguration = {
},
isSticky: {
type: 'boolean',
}
},
},
providesContext: {
'travelopia/table-row': 'row' as never,
Expand Down
1 change: 1 addition & 0 deletions src/blocks/table/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}

.sticky-row-container {

tr th {
position: sticky !important;
top: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/blocks/table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const name: string = 'travelopia/table';
export const settings: BlockConfiguration = {
apiVersion: 3,
icon,
title: __( 'TP Table', 'tp' ),
title: __( 'Table', 'tp' ),
description: __( 'Create structured content in rows and columns to display information.', 'tp' ),
category: 'text',
keywords: [ __( 'table', 'tp' ) ],
Expand Down

0 comments on commit 12a1f04

Please sign in to comment.