diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-12-31 00:50:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-12-31 00:50:56 +0900 |
| commit | e68c6175ce8143db017da11fc98a874a859fbe17 (patch) | |
| tree | 0a16879f051c9716495dc4c6de2ecb5d80cf6344 /src | |
| parent | :art: (diff) | |
| download | misskey-e68c6175ce8143db017da11fc98a874a859fbe17.tar.gz misskey-e68c6175ce8143db017da11fc98a874a859fbe17.tar.bz2 misskey-e68c6175ce8143db017da11fc98a874a859fbe17.zip | |
Fix bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/components/ui/radio.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/app/common/views/components/ui/radio.vue b/src/client/app/common/views/components/ui/radio.vue index 8e2b12905d..e8910d437f 100644 --- a/src/client/app/common/views/components/ui/radio.vue +++ b/src/client/app/common/views/components/ui/radio.vue @@ -25,7 +25,6 @@ export default Vue.extend({ }, props: { model: { - type: String, required: false }, value: { |