Skip to content

Commit

Permalink
chore: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
abulte committed Jan 10, 2024
1 parent 4729b2c commit 30f00c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/custom/ecospheres/views/bouquets/BouquetAddView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const createTopic = async () => {
return useTopicStore().create(bouquetCreationData.value)
}
// TODO: catch errors
const submit = () => {
createTopic()
.then((response) => {
Expand Down

0 comments on commit 30f00c2

Please sign in to comment.