|
@@ -30,12 +30,13 @@ const IncidentsTable = ({
|
|
|
api
|
|
api
|
|
|
.getIncidentsByReleaseName<{ incidents: IncidentsWithoutEvents[] }>(
|
|
.getIncidentsByReleaseName<{ incidents: IncidentsWithoutEvents[] }>(
|
|
|
"<token>",
|
|
"<token>",
|
|
|
- {},
|
|
|
|
|
{
|
|
{
|
|
|
- project_id: currentProject.id,
|
|
|
|
|
- cluster_id: currentCluster.id,
|
|
|
|
|
namespace: namespace,
|
|
namespace: namespace,
|
|
|
release_name: releaseName,
|
|
release_name: releaseName,
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ project_id: currentProject.id,
|
|
|
|
|
+ cluster_id: currentCluster.id,
|
|
|
}
|
|
}
|
|
|
)
|
|
)
|
|
|
.then((res) => {
|
|
.then((res) => {
|