FIX: Profile change update bug!
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<ScrambleText ref="title" :text="$t(page.titleKey)" />
|
<ScrambleText ref="title" :text="$t(page.titleKey)" />
|
||||||
</template>
|
</template>
|
||||||
</TabSelect>
|
</TabSelect>
|
||||||
<div class="grow overflow-y-auto">
|
<div :key="deviceStore.currentProfileName" class="grow overflow-y-auto">
|
||||||
<component :is="appStore.currentConfigComponent" />
|
<component :is="appStore.currentConfigComponent" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user