Skip to content

Commit

Permalink
Merge pull request #164 from credebl/user-dashboard-organization-list…
Browse files Browse the repository at this point in the history
…-issue

fix: User dashboard organization list issue
  • Loading branch information
tipusinghaw authored Aug 28, 2023
2 parents 9a7c638 + 3fb4e9d commit 98b67c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/components/Resources/Schema/ViewSchema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const ViewSchemas = () => {
setCreateLoader(false)
}
getCredentialDefinitionList(schemaDetails?.schemaId, orgId)
}

return (
<div className="px-4 pt-6">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use client';

import { Button, Card, Pagination, Spinner } from 'flowbite-react';
import { ChangeEvent, useEffect, useState } from 'react';
import { acceptRejectInvitations, getUserInvitations } from '../../../api/invitations';
Expand Down

0 comments on commit 98b67c6

Please sign in to comment.