Skip to content

Commit

Permalink
Merge pull request #302 from traPtitech/fix/remove_delete_project_button
Browse files Browse the repository at this point in the history
プロジェクト削除APIがなかったので一旦消した
  • Loading branch information
mehm8128 authored Jun 30, 2024
2 parents d7a73b3 + 3da1671 commit 8cabea6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import FormTextArea from '/@/components/UI/FormTextArea.vue'
import FormInput from '/@/components/UI/FormInput.vue'
import { computed, ref } from 'vue'
import LabeledForm from '/@/components/Form/LabeledForm.vue'
import DeleteForm from '/@/components/Form/DeleteForm.vue'
import {
isValidLength,
isValidOptionalUrl,
Expand Down Expand Up @@ -160,7 +159,6 @@ const handleDelete = (id: string) => {
</labeled-form>
</form>

<delete-form target="プロジェクト" />
<div :class="$style.buttonContainer">
<router-link :to="`/projects/${projectId}`" :class="$style.link">
<base-button
Expand Down

0 comments on commit 8cabea6

Please sign in to comment.