Skip to content

Commit

Permalink
make fileInfo an object
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Neumann <artur@jankaritech.com>
  • Loading branch information
individual-it committed Mar 17, 2022
1 parent c205b92 commit e2d20bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProjectsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default {
},
data: () => ({
error: '',
fileInfo: null,
fileInfo: { },
state: 'loading',
workpackages: [],
requestUrl: loadState('integration_openproject', 'request-url'),
Expand Down

0 comments on commit e2d20bc

Please sign in to comment.