Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenHofft committed Feb 11, 2022
1 parent 1b776e7 commit b444b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Institution/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ class Institution extends Component {
entity={institution}
createMasterSource={data => createMasterSource(key, data)}
deleteMasterSource={() => deleteMasterSource(key)}
canCreate={() => canCreate('grscicoll/collection', key, 'masterSourceMetadata')}
canDelete={() => canDelete('grscicoll/collection', key, 'masterSourceMetadata')}
canCreate={() => canCreate('grscicoll/institution', key, 'masterSourceMetadata')}
canDelete={() => canDelete('grscicoll/institution', key, 'masterSourceMetadata')}
updateCounts={this.updateCounts}
refresh={this.refresh}
/>
Expand Down

0 comments on commit b444b35

Please sign in to comment.