mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): Fix broken element-plus loading spinner (no-changelog) (#7817)
<img width="976" alt="image" src="https://github.com/n8n-io/n8n/assets/6179477/aea8a4c8-277e-4527-b6e9-a5c3427097b6"> <img width="117" alt="image" src="https://github.com/n8n-io/n8n/assets/6179477/14c8876c-5e26-4154-9fdf-8b1fe9e5f806">
This commit is contained in:
@@ -70,7 +70,7 @@ async function onUpdateConnected(value: boolean) {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="connection-switch" v-loading="saving" element-loading-spinner="el-icon-loading">
|
||||
<div class="connection-switch" v-loading="saving">
|
||||
<n8n-icon
|
||||
v-if="provider.state === 'error'"
|
||||
color="danger"
|
||||
|
||||
Reference in New Issue
Block a user