update test case

This commit is contained in:
Takeshi Kimata
2024-02-25 18:51:44 +09:00
parent 614e7e8d88
commit b36e8f3c7f
6 changed files with 235 additions and 63 deletions

View File

@@ -25,7 +25,7 @@ const headerColumns = [
{ name: "Actions", uid: "actions" },
];
import priorities from "./priorities";
import { priorities } from "@/config/selection"
type Case = {
id: number;