Refactor tags functionality and improve user experience

This commit is contained in:
Andras Bacsai
2024-02-03 12:44:18 +01:00
parent 0b5baf60a5
commit 1d3b7ffd3b
2 changed files with 2 additions and 1 deletions

View File

@@ -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()