Skip to content

Commit 3df61cd

Browse files
authored
fix: cleanup flag toast (#6709)
1 parent e4ad231 commit 3df61cd

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,7 @@ const StaleSection: FC<StaleSectionProps> = ({
119119
},
120120
organisation_id: AccountStore.getOrganisation()?.id,
121121
}).unwrap()
122-
toast(
123-
<span>
124-
Cleanup issue created.{' '}
125-
<a
126-
href={result.html_url}
127-
target='_blank'
128-
rel='noopener noreferrer'
129-
>
130-
View on GitHub
131-
</a>
132-
</span>,
133-
)
122+
toast(<span>Cleanup issue created.</span>)
134123
} catch {
135124
toast('Failed to create cleanup issue', 'danger')
136125
}

0 commit comments

Comments
 (0)