Skip to content

Commit 1f1334b

Browse files
committed
update api search tag
1 parent 2076487 commit 1f1334b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/TagRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function save(
9393
$tagModel = $this->tagFactory->create()->setData($tagData);
9494

9595
try {
96-
$this->resource->save($tagModel);
96+
$this->resource->save($tagData);
9797
} catch (\Exception $exception) {
9898
throw new CouldNotSaveException(__(
9999
'Could not save the tag: %1',

0 commit comments

Comments
 (0)