Skip to content

Commit 65add71

Browse files
committed
fix: block editor add new tile
1 parent 3200e37 commit 65add71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/components/Editor/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const MIN_FLOW_STEP_WIDTH = '320px'
1717
*/
1818
const NON_EDITABLE_APPS_FIELDS: Record<string, Record<string, string>[]> = {
1919
'm365-excel': [],
20+
tiles: [{ label: 'Select Tile', key: 'tableId' }],
2021
}
2122

2223
export const NON_EDITABLE_APP_CONNECTIONS = Object.keys(

0 commit comments

Comments
 (0)