Skip to content

Commit a4887db

Browse files
authored
fix: notification panel crash when a periodic_data_sync_deactivated notification is rendered (baserow#5172)
1 parent 125e867 commit a4887db

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "bug",
3+
"message": "Fix notification panel crash when a periodic_data_sync_deactivated notification is rendered",
4+
"issue_origin": "github",
5+
"issue_number": 5171,
6+
"domain": "database",
7+
"bullet_points": [],
8+
"created_at": "2026-04-13"
9+
}

enterprise/web-frontend/modules/baserow_enterprise/components/notifications/PeriodicDataSyncDeactivatedNotification.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
>
77
<div class="notification-panel__notification-content-title">
88
<i18n-t
9-
:path="
9+
:keypath="
1010
isLicenseUnavailable
1111
? 'periodicDataSyncDeactivatedNotification.licenseUnavailable'
1212
: 'periodicDataSyncDeactivatedNotification.failure'

0 commit comments

Comments
 (0)