mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:51:25 +08:00
Forgot to remove this unused ResetButton prop
This commit is contained in:
parent
3494ec8ccf
commit
cb412f8d5f
@ -306,11 +306,7 @@ export const ArgsTable: FC<ArgsTableProps> = (props) => {
|
|||||||
<ControlHeadingWrapper>
|
<ControlHeadingWrapper>
|
||||||
Control{' '}
|
Control{' '}
|
||||||
{resetArgs && (
|
{resetArgs && (
|
||||||
<ResetButton
|
<ResetButton onClick={() => resetArgs()} title="Reset controls">
|
||||||
onClick={() => resetArgs()}
|
|
||||||
title="Reset controls"
|
|
||||||
inAddonPanel={inAddonPanel}
|
|
||||||
>
|
|
||||||
<Icons icon="sync" aria-hidden />
|
<Icons icon="sync" aria-hidden />
|
||||||
</ResetButton>
|
</ResetButton>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user