Skip to content

Commit

Permalink
Remove unused shareOpen state, correct docstring in announceUppyService
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Apr 28, 2022
1 parent 9c0c210 commit e74a9d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/web-app-files/src/store/state.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
files: [],
filesSearched: null,
selectedIds: [],
shareOpen: null,
versions: [],

/**
Expand Down
2 changes: 1 addition & 1 deletion packages/web-runtime/src/container/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const announceClientService = ({
}

/**
* announce uppyService and owncloud SDK and inject it into vue
* announce uppyService and inject it into vue
*
* @param vue
*/
Expand Down

0 comments on commit e74a9d0

Please sign in to comment.