mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
lint issue
This commit is contained in:
parent
3eded4cb1d
commit
fbdfa77984
|
@ -109,7 +109,7 @@ export default {
|
|||
...(props.fullWidth ? { width: "100%" } : {}),
|
||||
};
|
||||
},
|
||||
getClass(props: { type: string; theme?: string }) {
|
||||
getClass(props: { type: string; theme?: string }): string {
|
||||
return props.type === "text"
|
||||
? "text"
|
||||
: `${props.type}-${props.theme || "primary"}`;
|
||||
|
|
Loading…
Reference in a new issue