Browse Source

remove unused properties

openssl
Trent Larson 11 months ago
parent
commit
20c2954be1
  1. 1
      project.task.yaml
  2. 2
      src/views/ProjectsView.vue

1
project.task.yaml

@ -2,7 +2,6 @@
tasks:
- in endorser-push-server - mount folder for persistent sqlite DB outside of container
- test alerts on all pages -- or refactor to new "notify" (since AlertMessage refactoring may require a change, et. ContactQRScanShowView)
- 40 notifications :
- push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew

2
src/views/ProjectsView.vue

@ -98,8 +98,6 @@ export default class ProjectsView extends Vue {
projects: ProjectData[] = [];
current: IIdentifier;
isLoading = false;
alertTitle = "";
alertMessage = "";
numAccounts = 0;
async beforeCreate() {

Loading…
Cancel
Save