We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ad231 commit 3df61cdCopy full SHA for 3df61cd
1 file changed
frontend/web/components/pages/feature-lifecycle/components/StaleSection.tsx
@@ -119,18 +119,7 @@ const StaleSection: FC<StaleSectionProps> = ({
119
},
120
organisation_id: AccountStore.getOrganisation()?.id,
121
}).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
- )
+ toast(<span>Cleanup issue created.</span>)
134
} catch {
135
toast('Failed to create cleanup issue', 'danger')
136
}
0 commit comments