We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93791fe commit 7ae0ffeCopy full SHA for 7ae0ffe
services/ahhachul.com/src/pages/complaint/list.tsx
@@ -37,7 +37,12 @@ const ComplaintListPage: ActivityComponentType = () => {
37
<ComplaintComponent.SearchedList keyword={keyword} filters={filters} isScale={isScale} />
38
</UiComponent.SuspenseQueryBoundary>
39
40
- <UiComponent.NewButton activityName="ComplaintPage" replace />
+ <UiComponent.NewButton
41
+ activityName="ComplaintPage"
42
+ label="민원 생성하기"
43
+ checkAuth={false}
44
+ replace
45
+ />
46
</LayoutComponent.Composed>
47
);
48
};
0 commit comments