Skip to content

Commit

Permalink
chore: release 1.10.7-naruto
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Dec 16, 2024
1 parent cd6ae8a commit 1febe40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 101 files
6 changes: 0 additions & 6 deletions src/color-picker/panel/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ export default defineComponent({
{Reflect.get(this.globalConfig, COLOR_MODES[key as keyof typeof COLOR_MODES])}
</TRadioButton>
))}
{Object.keys(COLOR_MODES).map((key) => (
<TRadioButton key={key} value={key}>
{/* @ts-ignore */}
{COLOR_MODES[key]}
</TRadioButton>
))}
</TRadioGroup>
</div>
</div>
Expand Down

0 comments on commit 1febe40

Please sign in to comment.