refactor(editor): Correct some prop types (no-changelog) (#10907)
This commit is contained in:
committed by
GitHub
parent
769ddfdd1d
commit
60ee0d4ce7
@@ -7,12 +7,12 @@ import { useI18n } from 'n8n-design-system/composables/useI18n';
|
||||
const MIN_LINES = 4;
|
||||
|
||||
interface Props {
|
||||
title: string;
|
||||
content: string;
|
||||
replacing: boolean;
|
||||
replaced: boolean;
|
||||
error: boolean;
|
||||
streaming: boolean;
|
||||
title?: string;
|
||||
content?: string;
|
||||
replacing?: boolean;
|
||||
replaced?: boolean;
|
||||
error?: boolean;
|
||||
streaming?: boolean;
|
||||
}
|
||||
|
||||
type Line =
|
||||
|
||||
Reference in New Issue
Block a user