Skip to content

Commit

Permalink
[frontend] Fix deletion of workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Dec 7, 2021
1 parent fc91e8c commit bdce0f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const dashboardQuery = graphql`
workspace(id: $id) {
id
name
type
...Dashboard_workspace
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1764,6 +1764,7 @@ const InvestigationGraph = createFragmentContainer(
manifest
graph_data
tags
type
owner {
id
name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const investigationQuery = graphql`
workspace(id: $id) {
id
name
type
...Investigation_workspace
}
}
Expand Down

0 comments on commit bdce0f9

Please sign in to comment.