mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
32 stars 21 forks source link

Fixed failed prop-type error in console when opening agendas modal #68

Closed rahulsuresh-git closed 3 years ago

rahulsuresh-git commented 3 years ago

Summary

Failed prop-type error appears in console when agenda's popup is opened.

image

Ticket Link

Fixes https://github.com/mattermost/mattermost-plugin-agenda/issues/61

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 (c08c4e4) into master (977d8e2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #68   +/-   ##
=======================================
  Coverage   26.03%   26.03%           
=======================================
  Files           7        7           
  Lines         315      315           
=======================================
  Hits           82       82           
  Misses        216      216           
  Partials       17       17           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 977d8e2...c08c4e4. Read the comment docs.

hanzei commented 3 years ago

Tested locally. The error doesn't show up any longer. No further issues found.