Compare commits

..

No commits in common. "163da9f58923f73d43eae60e7efeb75707cd3686" and "5ae16d04ab19754d5693998569b87405fdec2bc5" have entirely different histories.

View File

@ -189,7 +189,6 @@ const headerTools = computed(() => [
searchable: false,
placeholder: "انتخاب کنید",
items: [
{ label: " همه", value: "all" },
{ label: " تعارض مستقر", value: "stable" },
{ label: "تعارض مشروط", value: "conditional" },
{ label: "تکرار حکم", value: "duplicate" },
@ -212,7 +211,6 @@ const headerTools = computed(() => [
searchable: false,
placeholder: "انتخاب کنید",
items: [
{ label: " همه", value: "all" },
{ label: "نامعتبر", value: "invalid" },
{ label: "معتبر", value: "valid" },
],