Skip to content

Commit

Permalink
Merge pull request #45068 from ShridharGoel/patch-10
Browse files Browse the repository at this point in the history
Fix OfflineWithFeedback in WorkspaceViewTagsPage
  • Loading branch information
Julesssss authored Jul 9, 2024
2 parents 9c32293 + 58c8be8 commit e28fbd7
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 e28fbd7

Please sign in to comment.