Skip to content

Commit

Permalink
removing unnecessary notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Nov 29, 2023
1 parent 203f9bc commit 350fdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/ComponentsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public function actionToggleDisclosure()
$component->disclosure->save();
}

return $this->asSuccess('Saved');
return $this->asSuccess();
}
}

0 comments on commit 350fdb0

Please sign in to comment.