mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Fix stray character
This commit is contained in:
parent
1036c445c8
commit
af24c8f05c
|
@ -1,7 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
import TestItem from './TestItem.vue';
|
||||
import type { TestListItem } from '@/components/WorkflowEvaluation/types';
|
||||
s;
|
||||
export interface TestListProps {
|
||||
tests: TestListItem[];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue