Web: show placeholder when there are no notifications yet

This commit is contained in:
Sybren A. Stüvel 2022-05-19 15:01:10 +02:00
parent 916ea2015a
commit 6f6e73e068

View File

@ -35,6 +35,7 @@ const tabOptions = {
resizableColumnFit: true,
height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
data: notifs.history,
placeholder: "Notification history will appear here",
selectable: false,
};