mirror of https://github.com/harness/drone.git
feat: [CDE-348]: Stop showing failure notification for logs (#2747)
* feat: [CDE-348]: Stop showing failure notification for logspull/3566/head
parent
4da5778f21
commit
8ad93b78c8
|
@ -87,12 +87,6 @@ const GitspaceDetails = () => {
|
||||||
loading: logsLoading
|
loading: logsLoading
|
||||||
} = useGitspacesLogs({ gitspaceId })
|
} = useGitspacesLogs({ gitspaceId })
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (streamLogsError?.message) {
|
|
||||||
showError(streamLogsError.message)
|
|
||||||
}
|
|
||||||
}, [streamLogsError?.message])
|
|
||||||
|
|
||||||
const { mutate: actionMutate, loading: mutateLoading } = useGitspaceActions({ gitspaceId })
|
const { mutate: actionMutate, loading: mutateLoading } = useGitspaceActions({ gitspaceId })
|
||||||
|
|
||||||
const { mutate: deleteGitspace, loading: deleteLoading } = useDeleteGitspaces({ gitspaceId })
|
const { mutate: deleteGitspace, loading: deleteLoading } = useDeleteGitspaces({ gitspaceId })
|
||||||
|
|
Loading…
Reference in New Issue