Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add base concept of entities to signals #2977

Merged
merged 16 commits into from
Feb 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove debug console.log statement
  • Loading branch information
wssheldon authored Feb 13, 2023
commit b8a728fd4e2dc41d7b32c73759000bde6e8d0c5b
1 change: 0 additions & 1 deletion src/dispatch/static/dispatch/src/entity/EntityCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
signalPromise,
]);
this.caseCount = casesResponse.cases.length;
console.log(this.caseCount)
this.signalInstanceCount = signalResponse.instances.length;
this.isLoading = false;
},
Expand Down