Skip to content

Commit

Permalink
Temporarily remove <vue-prompt/> from comment form
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Dec 5, 2023
1 parent f67eadc commit b1ca04a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/js/components/forum/comment-form.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<form>
<vue-prompt :source="`/completion/prompt/users/${$store.getters['topics/topic'].id}`" class="mb-2">
<textarea
v-autosize
placeholder="Drobne uwagi, sugestie. Nie odpowiadaj tutaj na pytania zawarte w poście."
Expand All @@ -15,7 +14,6 @@
@keydown.meta.enter="saveComment"
@keydown.esc="cancel"
></textarea>
</vue-prompt>

<div class="row">
<div class="col-12">
Expand Down

0 comments on commit b1ca04a

Please sign in to comment.