Skip to content

Commit

Permalink
DSRC-15: Removed title field from Table Block (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs authored Jul 16, 2024
1 parent 8d3db08 commit b244eee
Show file tree
Hide file tree
Showing 2 changed files with 646 additions and 6 deletions.
6 changes: 0 additions & 6 deletions etna/core/blocks/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@


class ContentTableBlock(blocks.StructBlock):
title = blocks.CharBlock(
max_length=100,
help_text="Title of the table",
label="Title",
required=False,
)
table = TableBlock(
table_options={
"contextMenu": [
Expand Down
Loading

0 comments on commit b244eee

Please sign in to comment.