fix(editor): Fix workflow back button navigation (#4546)
* 🐛 Fix back button navigation from recetly saved workflow * 🐛 Fix coming-soon routes
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
<template>
|
||||
<SettingsView>
|
||||
<FeatureComingSoon :featureId="featureId" showTitle />
|
||||
</SettingsView>
|
||||
<feature-coming-soon :featureId="featureId" showTitle />
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { IFakeDoor } from '@/Interface';
|
||||
import Vue from 'vue';
|
||||
import SettingsView from './SettingsView.vue';
|
||||
import FeatureComingSoon from '../components/FeatureComingSoon.vue';
|
||||
import FeatureComingSoon from '@/components/FeatureComingSoon.vue';
|
||||
import { mapStores } from 'pinia';
|
||||
import { useUIStore } from '@/stores/ui';
|
||||
|
||||
export default Vue.extend({
|
||||
name: 'SettingsFakeDoorView',
|
||||
components: {
|
||||
SettingsView,
|
||||
FeatureComingSoon,
|
||||
},
|
||||
props: {
|
||||
|
||||
Reference in New Issue
Block a user