Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Handle when label is not specified in UI and is undefined when calling sendTask #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

clarsen
Copy link

@clarsen clarsen commented Oct 6, 2024

When "Todoist: Send Task (manual)" is invoked and label is not specified, the UI shows "Task sent to Todoist" but doesn't show "Task sent successfully", and the task doesn't appear in todoist.

There's a silent failure logged in developer console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading '0')

when sendObj is being created and it isn't caught and shown in UI. That is due to label having value undefined.

@clarsen clarsen changed the title When label is not specified in UI, it is undefined when calling sendTask. handle this case fix: Handle when label is not specified in UI and is undefined when calling sendTask Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant