Skip to content

Commit

Permalink
Relocate wiki delete card
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Nov 18, 2024
1 parent 7f3c7c5 commit 63e7014
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/Pages/ManageWiki/Tabs/ManageWiki.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
<QuestyCaptcha :wikiId="this.wikiId"/>
</v-col>
</v-row>
<v-row>
<v-col class="card-column">
<EntityImport :wikiId="this.wikiId"/>
</v-col>
</v-row>
</v-col>
<!--Col 2-->
<v-col>
Expand All @@ -39,16 +44,11 @@
</v-row>
<v-row>
<v-col class="card-column">
<EntityImport :wikiId="this.wikiId"/>
<Delete :wikiId="this.wikiId"/>
</v-col>
</v-row>
</v-col>
</v-row>
<v-row>
<v-col class="card-column">
<Delete :wikiId="this.wikiId"/>
</v-col>
</v-row>
<v-row v-if="wikiId == 0">
<v-col class="card-column">
<v-card>
Expand Down

0 comments on commit 63e7014

Please sign in to comment.