This commit is contained in:
Aaron Carlino 2018-10-17 14:54:03 +13:00
parent c18e9b1298
commit 57756f38cb

View File

@ -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
*/