IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
My Conservation Life
Conservation360
Commits
80b25149
Unverified
Commit
80b25149
authored
Aug 07, 2019
by
ewd9627
Committed by
GitHub
Aug 07, 2019
Browse files
Instead of 0 using '0' for consistency
parent
4b8d314b
Changes
1
Hide whitespace changes
Inline
Side-by-side
salesforce/my-conservation-life/force-app/main/default/lwc/displayAssets/displayAssets.js
View file @
80b25149
...
...
@@ -48,9 +48,9 @@ export default class DisplayAssets extends LightningElement {
@
track
selectedSponsor
;
@
track
selectedProject
;
@
track
selectedAsset
;
sponsor_id
=
0
;
project_id
=
0
;
asset_id
=
0
;
sponsor_id
=
'
0
'
;
project_id
=
'
0
'
;
asset_id
=
'
0
'
;
@
track
data
=
[];
@
track
columns
=
columns
;
@
track
tableLoadingState
=
true
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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