Skip to content

Commit

Permalink
fix: issue with create new note not updating
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinslin committed Jul 4, 2020
1 parent 188fdeb commit 480d294
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export class LookupProvider {
const updatePickerItems = async () => {
const ctx = "updatePickerItems";
const querystring = picker.value;
this.noActiveItem.label = querystring;

// DEBUG:BLOCK
L.info({ ctx: ctx + ":enter", querystring });
Expand Down

0 comments on commit 480d294

Please sign in to comment.