refactor(pages): update new story page to use new story-form props

This commit is contained in:
☙◦ The Tablet ❀ GamerGirlandCo ◦❧ 2023-10-11 16:42:22 -04:00
parent 7167919577
commit 8d8ab31bfc
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

View File

@ -7,5 +7,10 @@
</script> </script>
<template> <template>
<a-typography-title> Post a new Story </a-typography-title> <a-typography-title> Post a new Story </a-typography-title>
<story-form :can-draft="true" :data="defaultStory" endpoint="/story/new" /> <story-form
endpoint-method="post"
:can-draft="true"
:data="defaultStory"
endpoint="/story/new"
/>
</template> </template>