Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Fix: Fixing variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodek committed Sep 28, 2017
1 parent cd3185a commit 8f83a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
}
</style>
<template is="dom-if" if="[[_computeLoader(readingFile, importing)]]">
<paper-spinner active="[[importFileReader]]" alt="Preparing data"></paper-spinner>
<paper-spinner active="[[readingFile]]" alt="Preparing data"></paper-spinner>
</template>

<template is="dom-if" if="[[error]]">
Expand Down

0 comments on commit 8f83a73

Please sign in to comment.