Set state for when there are no new notifications

This commit is contained in:
Jason Zimdars
2025-01-20 17:58:56 -06:00
parent 69e235b082
commit 02573b6dc8
3 changed files with 46 additions and 9 deletions
@@ -26,6 +26,7 @@ export default class extends Controller {
close() {
this.dialogTarget.close()
this.dialogTarget.blur()
}
closeOnClickOutside({ target }) {