Skip to content

Commit

Permalink
Fix StringTagField initialisation (fixes #148)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Jun 18, 2021
1 parent a677c63 commit 325de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StringTagField.php
Expand Up @@ -144,7 +144,7 @@ public function setRecord(DataObject $record)

public function Field($properties = [])
{
$this->addExtraClass('ss-tag-field');
$this->addExtraClass('entwine');

return $this
->customise($properties)
Expand Down

0 comments on commit 325de9e

Please sign in to comment.