Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digitalearth
DASF Data Analytics Software Framework
dasf-app-template
Commits
1d9ea44e
Commit
1d9ea44e
authored
Dec 10, 2020
by
Adam Sasin
Browse files
Fix mutated property
parent
c48faea5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/workflow.vue
View file @
1d9ea44e
...
...
@@ -47,14 +47,11 @@ import ExampleModuleMessaging from '@digital-earth/frontend-framework/lib/messag
import
{
PulsarProgressReport
}
from
'
@digital-earth/frontend-framework/lib/messaging/PulsarMessages
'
;
@
Component
({
components
:
{
Demap
,
ProgressDialog
},
props
:
{
progressReport
:
PulsarProgressReport
}
components
:
{
Demap
,
ProgressDialog
}
})
export
default
class
Workflow
extends
Vue
{
private
exampleModule
:
ExampleModuleMessaging
=
new
ExampleModuleMessaging
();
private
progressReport
:
PulsarProgressReport
;
private
progressReport
:
PulsarProgressReport
=
new
PulsarProgressReport
()
;
protected
sendRequest
():
void
{
this
.
exampleModule
.
sendRequest
((
progressReport
:
PulsarProgressReport
)
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment