Fix typo in prop

pull/2181/head
Alex P 2017-10-24 13:30:51 -07:00
parent fc3e4dc898
commit b1915ab53c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const DashboardsTable = ({
)
: <span className="empty-string">None</span>}
</td>
<Authorized requireRole={EDITOR_ROLE}>
<Authorized requiredRole={EDITOR_ROLE}>
<DeleteConfirmTableCell
onDelete={onDeleteDashboard}
item={dashboard}