mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:31:19 +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>
|
||||
Control{' '}
|
||||
{resetArgs && (
|
||||
<ResetButton
|
||||
onClick={() => resetArgs()}
|
||||
title="Reset controls"
|
||||
inAddonPanel={inAddonPanel}
|
||||
>
|
||||
<ResetButton onClick={() => resetArgs()} title="Reset controls">
|
||||
<Icons icon="sync" aria-hidden />
|
||||
</ResetButton>
|
||||
)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user