Skip to content

Commit

Permalink
Fix scheduleableTags var
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzak committed May 27, 2022
1 parent dc01901 commit 430a575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/meteor/imports/client/tags/TagsField.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export class TagsField extends React.Component {
if (!value || value.length === 0) { return }

const {
scheduleableTags,
allowedTags,
assigneeId,
calendarId,
Expand Down

0 comments on commit 430a575

Please sign in to comment.