Fixed actor alert button malfunctioning due missing query. Refreshing alert meta views after batch processing alerts.

This commit is contained in:
2026-07-21 05:54:43 +02:00
parent 097baed957
commit 17fd285d67
4 changed files with 20 additions and 7 deletions

View File

@@ -206,6 +206,6 @@ module.exports = {
// Resend
enabled: false,
apiKey: null,
from: 'noreply@alerts.traxxx.me',
from: 'traxxx <noreply@alerts.traxxx.me>',
},
};