Skip to content

Commit

Permalink
chore: Add install component handler
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Oct 23, 2024
1 parent 6e64a4a commit e833796
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/actions/utils/handlers.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,10 @@ export default {
serialize: (state, node) =>
serializeComponent(state, node, { textAttributes: ['title'] }),
},
WhatsNextTile: {
deserialize: deserializeComponent,
serialize: serializeComponent,
},
thead: {
deserialize: deserializeComponent,
serialize: (state, node) =>
Expand Down

0 comments on commit e833796

Please sign in to comment.