fix: update MarkdownEditor component + restyle Button and other components

This commit is contained in:
Yassine Doghri 2021-09-21 15:51:04 +00:00
commit b05d177f1b
35 changed files with 176 additions and 115 deletions

View file

@ -192,7 +192,6 @@ class PodcastController extends BaseController
}
$podcast = new Podcast([
'guid' => podcast_uuid(url_to('podcast_feed', $this->request->getPost('handle'))),
'title' => $this->request->getPost('title'),
'handle' => $this->request->getPost('handle'),
'description_markdown' => $this->request->getPost('description'),