Skip to content

Commit a0070a9

Browse files
committed
hides the broker toolbox if the feature flag is not set, forcing to default to the ff broker
1 parent 07dd2e1 commit a0070a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: frontend/src/pages/team/Brokers/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</template>
2424

2525
<template #tools>
26-
<section v-if="!loading && shouldDisplayTools" class="flex gap-3 flex-wrap">
26+
<section v-if="!loading && shouldDisplayTools && featuresCheck.isExternalMqttBrokerFeatureEnabled" class="flex gap-3 flex-wrap">
2727
<ff-listbox
2828
v-if="brokers.length > 1"
2929
v-model="activeBrokerId"

0 commit comments

Comments
 (0)