mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-04 15:26:43 +02:00
fix: update MarkdownEditor component + restyle Button and other components
This commit is contained in:
parent
746b518789
commit
b05d177f1b
35 changed files with 176 additions and 115 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue