fix(editor): Restore pindata header colors (#3758)
* 🎨 Restore `color-secondary-tint` colors * 🔥 Remove typing from JS file
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
},
|
||||
};
|
||||
|
||||
const template: StoryFn = (args, { argTypes }) => ({
|
||||
const template = (args, { argTypes }) => ({
|
||||
props: Object.keys(argTypes),
|
||||
components: {
|
||||
N8nLink,
|
||||
|
||||
Reference in New Issue
Block a user