Skip to content

Commit

Permalink
fix: add gap between executions in settings (#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet authored Aug 27, 2024
1 parent 468521a commit 1046b0a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions apps/ui/src/views/Space/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -642,13 +642,15 @@ watchEffect(() => setTitle(`Edit settings - ${props.space.name}`));
Execution strategies determine if a proposal passes and how it is
executed. This section is currently read-only.
</span>
<FormStrategiesStrategyActive
v-for="strategy in executionStrategies"
:key="strategy.id"
read-only
:network-id="space.network"
:strategy="strategy"
/>
<div class="space-y-3">
<FormStrategiesStrategyActive
v-for="strategy in executionStrategies"
:key="strategy.id"
read-only
:network-id="space.network"
:strategy="strategy"
/>
</div>
</div>
<div v-else-if="activeTab === 'controller'" class="mb-4">
<h3 class="text-md leading-6">Controller</h3>
Expand Down

0 comments on commit 1046b0a

Please sign in to comment.