There was an error while loading. Please reload this page.
1 parent 58e14ed commit 0c053f7Copy full SHA for 0c053f7
1 file changed
web/src/components/party/codes/CodeListOrder.tsx
@@ -83,7 +83,7 @@ export const CodeListOrder = () => {
83
onDragEnd={handleDragEnd}
84
>
85
<div className="card space-y-2 p-4 h-fit w-full sm:max-w-xs">
86
- <h3 className="">Arrange Lists</h3>
+ <h3>Arrange Lists</h3>
87
<SortableContext items={list.map(item => item.name)} strategy={verticalListSortingStrategy}>
88
{list.map((item) => (
89
<SortableItem key={item.name} id={item.name} item={item} />
0 commit comments