Skip to content

Commit

Permalink
Fix OfflineWithFeedback in WorkspaceViewTagsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
ShridharGoel authored Jul 9, 2024
1 parent 9c32293 commit 58c8be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/workspace/tags/WorkspaceViewTagsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ function WorkspaceViewTagsPage({route}: WorkspaceViewTagsProps) {
)}
<OfflineWithFeedback
errors={currentPolicyTag.errors}
onClose={() => Tag.clearPolicyTagListErrors(policyID, currentPolicyTag.orderWeight)}
pendingAction={currentPolicyTag.pendingAction}
errorRowStyles={styles.mh5}
>
<MenuItemWithTopDescription
title={PolicyUtils.getCleanedTagName(currentPolicyTag.name)}
Expand Down

0 comments on commit 58c8be8

Please sign in to comment.