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:
Alex Grozav
2023-11-27 10:50:50 +02:00
committed by GitHub
parent 1b60cfb8f1
commit 7cc7f226e5
7 changed files with 11 additions and 12 deletions

View File

@@ -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"