Skip to content

Commit

Permalink
Fix error while fetching items
Browse files Browse the repository at this point in the history
  • Loading branch information
MBoretto committed Sep 25, 2023
1 parent 911ab8e commit 47684b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<div v-for="value in cloud_storage_values">
{{ value }} <br>
</div>
<button @click="TWA.CloudStorage.getItems(this.processItems)">Get Values</button><br>
<button @click="TWA.CloudStorage.getItems(cloud_storage_keys, this.processItems)">Get Values</button><br>

</div>
</template>
Expand Down

0 comments on commit 47684b2

Please sign in to comment.