Web: show placeholder when there are no notifications yet
This commit is contained in:
parent
916ea2015a
commit
6f6e73e068
@ -35,6 +35,7 @@ const tabOptions = {
|
|||||||
resizableColumnFit: true,
|
resizableColumnFit: true,
|
||||||
height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
|
height: "calc(20vh - 3rem)", // Must be set in order for the virtual DOM to function correctly.
|
||||||
data: notifs.history,
|
data: notifs.history,
|
||||||
|
placeholder: "Notification history will appear here",
|
||||||
selectable: false,
|
selectable: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user