FIX: Profile change update bug!

This commit is contained in:
Robert Kossessa
2024-06-01 19:04:02 +02:00
parent 3dbd2b28b2
commit a9280af366

View File

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