Skip to content

Commit

Permalink
Merged master into feature/shibui-1743
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Sep 9, 2021
2 parents f9ccfce + dca464f commit c80ba45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=shibui
group=edu.internet2.tier.shibboleth.admin.ui
version=1.8.2-SNAPSHOT
version=1.10.0-SNAPSHOT

shibboleth.version=3.4.4
opensaml.version=3.4.3
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/dashboard/view/SourcesTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function SourcesTab () {
<MetadataActions type="source">
{(enable, remove) =>
<SourceList
entities={sources}
entities={searched}
onDelete={(id) => remove(id, loadSources)}
onEnable={(s, e) => enable(s, e, loadSources) }
onChangeGroup={changeSourceGroup} />
Expand Down

0 comments on commit c80ba45

Please sign in to comment.