Skip to content

Commit

Permalink
Disable the pokemon data set
Browse files Browse the repository at this point in the history
:(
  • Loading branch information
jakobw committed Dec 11, 2020
1 parent 5c871f7 commit 7a5fbe9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CreateSandboxForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
</v-col>

<v-col>
<v-radio value="pokemon">
<v-radio value="pokemon" disabled>
<template v-slot:label>
<v-card width="100%" height="100%">
<v-card-title>Pokemon</v-card-title>
<v-card width="100%" height="100%" color="grey lighten-4">
<v-card-title>Pokemon (coming soon)</v-card-title>
<v-card-text>The first 151. Gotta catch 'em all!</v-card-text>
</v-card>
</template>
Expand Down

0 comments on commit 7a5fbe9

Please sign in to comment.