mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Merge experimental params pane into focus pane (no-changelog) (#18337)
This commit is contained in:
@@ -152,7 +152,7 @@ describe('NodeDetailsView', () => {
|
||||
|
||||
test('should unregister keydown listener on unmount', async () => {
|
||||
const { pinia, workflowObject, nodeName } = await createPiniaStore(false);
|
||||
const ndvStore = useNDVStore();
|
||||
const ndvStore = useNDVStore(pinia);
|
||||
|
||||
const renderComponent = createComponentRenderer(NodeDetailsView, {
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user