+
Target Panels
+
+ {options.map((option) => (
+
+ ))}
+
+
+);
+
const NotificationChipList = ({
notifications,
+ publishQueuedNotification,
removeQueuedNotification,
}: {
notifications: QueuedNotification[];
+ publishQueuedNotification: (notification: QueuedNotification) => void;
removeQueuedNotification: (id: string) => void;
}) => {
const [tooltipState, setTooltipState] = useState<{
@@ -160,7 +200,7 @@ const NotificationChipList = ({
{notification.entryDirection}