Skip to content

Commit 0c053f7

Browse files
committed
Update list order
1 parent 58e14ed commit 0c053f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/components/party/codes/CodeListOrder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const CodeListOrder = () => {
8383
onDragEnd={handleDragEnd}
8484
>
8585
<div className="card space-y-2 p-4 h-fit w-full sm:max-w-xs">
86-
<h3 className="">Arrange Lists</h3>
86+
<h3>Arrange Lists</h3>
8787
<SortableContext items={list.map(item => item.name)} strategy={verticalListSortingStrategy}>
8888
{list.map((item) => (
8989
<SortableItem key={item.name} id={item.name} item={item} />

0 commit comments

Comments
 (0)