Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
codingneko committed Nov 2, 2023
1 parent 709a548 commit 139d207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/settings/general.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ SPDX-License-Identifier: AGPL-3.0-only

<MkRadios v-model="cornerRadius">
<template #label>{{ i18n.ts.cornerRadius }}</template>
<option value="sharkey">Sharkey</option>
<option :value="null">Misskey</option>
<option value="sharkey">Sharkey</option>
</MkRadios>
</div>
</FormSection>
Expand Down

0 comments on commit 139d207

Please sign in to comment.