mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-29 16:16:02 +00:00
feat: shuffle ui
This commit is contained in:
@@ -118,7 +118,7 @@ export default function Rotate() {
|
||||
{rotationDirections.map(({ title, description, value }) => (
|
||||
<SimpleRadio
|
||||
key={`${value}`}
|
||||
onClick={() => updateField('right', Boolean(value))}
|
||||
onClick={() => updateField('right', value)}
|
||||
title={title}
|
||||
description={description}
|
||||
checked={values.right === value}
|
||||
|
||||
Reference in New Issue
Block a user