Skip to content

Commit 95622ac

Browse files
authored
fix(admin-ui): change max size of attribute results (#2025)
Signed-off-by: Riza Arsyi <[email protected]>
1 parent d7de4ca commit 95622ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-ui/plugins/saml/components/TrustRelationForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const TrustRelationForm = ({ configs, viewOnly }) => {
246246
}, [savedForm]);
247247

248248
useEffect(() => {
249-
const options = {};
249+
const options = { limit: 70 };
250250
dispatch(getAttributes({ options }));
251251
}, []);
252252

0 commit comments

Comments
 (0)