We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124eeb9 commit ff4a935Copy full SHA for ff4a935
src/pages/customize/index.tsx
@@ -16,7 +16,7 @@ const Customize = () => {
16
<Header
17
left={<SvgButton icon={LeftArrow} width={24} height={24} onClick={() => navigate(-1)} />}
18
right={
19
- <Button state="primary" size="S" onClick={() => navigate('-1')}>
+ <Button state="primary" size="S" onClick={() => navigate(-1)}>
20
저장
21
</Button>
22
}
0 commit comments