Upgrades pf deps to latest. Adds ability to click on row items in order to select them rather than having to click on checkboxes/radio buttons.

This commit is contained in:
mabashian
2020-01-02 11:08:47 -05:00
parent 0bbf5e4faf
commit ef3f98a399
35 changed files with 162 additions and 115 deletions

View File

@@ -41,6 +41,7 @@ function NotificationListItem(props) {
<DataListItem
aria-labelledby={`items-list-item-${notification.id}`}
key={notification.id}
id={`${notification.id}`}
>
<DataListItemRow>
<DataListItemCells