Skip to content

Commit ff990c6

Browse files
author
lxfight
committed
fix(webui): disable open plugin UI button when plugin is deactivated
Prevent navigation to a disabled plugin's WebUI page which would result in an error.
1 parent 5aae033 commit ff990c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dashboard/src/components/shared/ExtensionCard.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ const openWebui = () => {
339339
size="small"
340340
variant="tonal"
341341
color="primary"
342+
:disabled="!extension.activated"
342343
@click.stop="openWebui"
343344
></v-btn>
344345
</template>

0 commit comments

Comments
 (0)