Skip to content

Commit

Permalink
Merge pull request meshery#11694 from sudhanshutech/add/wrapper
Browse files Browse the repository at this point in the history
add missing sistent wrapper
  • Loading branch information
sudhanshutech authored Aug 19, 2024
2 parents 08ba279 + 5ac843f commit 8302c38
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions ui/components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -1331,17 +1331,19 @@ function MesheryFilters({
)}
{infoModal.open &&
CAN(keys.DETAILS_OF_WASM_FILTER.action, keys.DETAILS_OF_WASM_FILTER.subject) && (
<InfoModal
infoModalOpen={true}
handleInfoModalClose={handleInfoModalClose}
dataName="filters"
selectedResource={infoModal.selectedResource}
resourceOwnerID={infoModal.ownerID}
currentUserID={user?.id}
formSchema={publishSchema}
meshModels={meshModels}
patternFetcher={() => getFilters()}
/>
<UsesSistent>
<InfoModal
infoModalOpen={true}
handleInfoModalClose={handleInfoModalClose}
dataName="filters"
selectedResource={infoModal.selectedResource}
resourceOwnerID={infoModal.ownerID}
currentUserID={user?.id}
formSchema={publishSchema}
meshModels={meshModels}
patternFetcher={() => getFilters()}
/>
</UsesSistent>
)}
<PromptComponent ref={modalRef} />
</>
Expand Down

0 comments on commit 8302c38

Please sign in to comment.