Refactor tags functionality and improve user experience
This commit is contained in:
@@ -54,6 +54,7 @@ class Tags extends Component
|
||||
public function refresh()
|
||||
{
|
||||
$this->resource->load(['tags']);
|
||||
$this->tags = Tag::ownedByCurrentTeam()->get();
|
||||
$this->new_tag = null;
|
||||
}
|
||||
public function submit()
|
||||
|
||||
Reference in New Issue
Block a user