Skip to content

Commit

Permalink
fixup! feat:select existing talk roomfor convesations
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Dec 30, 2024
1 parent 15716e3 commit 1ccf1d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Editor/AddTalkModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export default {
type: Object,

Check warning on line 41 in src/components/Editor/AddTalkModal.vue

View check run for this annotation

Codecov / codecov/patch

src/components/Editor/AddTalkModal.vue#L38-L41

Added lines #L38 - L41 were not covered by tests
required: true,
},
conversations: {
type: Array,

Check warning on line 45 in src/components/Editor/AddTalkModal.vue

View check run for this annotation

Codecov / codecov/patch

src/components/Editor/AddTalkModal.vue#L43-L45

Added lines #L43 - L45 were not covered by tests
required: true,
},
},
data() {
return {
Expand Down

0 comments on commit 1ccf1d0

Please sign in to comment.