Skip to content

Commit

Permalink
Merge pull request #8489 from open-sausages/pulls/4.3/reduxaposition
Browse files Browse the repository at this point in the history
REGRESSION: TabSet no longer structural
  • Loading branch information
robbieaverill authored Oct 17, 2018
2 parents ee23a70 + 57756f3 commit 7ebcb7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Forms/TabSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ class TabSet extends CompositeField
*/
protected $schemaComponent = 'Tabs';

/**
* Alter datatype from structural to track the current tab in redux state.
*
* @var string
*/
protected $schemaDataType = FormField::SCHEMA_DATA_TYPE_STRING;

/**
* @var TabSet
*/
Expand Down

0 comments on commit 7ebcb7f

Please sign in to comment.