This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
reduce plan to uuid so we can match preferredPlan
pull/72/head
Jonathan Cobb
4 years ago
parent
66d9c30d38
commit
6b016bdd3e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/_components/modals/LaunchBubbleSettingsModal.vue
+ 1
- 1
src/_components/modals/LaunchBubbleSettingsModal.vue
View File
@@ -97,7 +97,7 @@
:options="planObjects"
label="name"
:placeholder="messages.field_label_plan"
:reduce="(option) => option.
name
"
:reduce="(option) => option.
uuid
"
>
<template v-slot:option="option">
<span>
Write
Preview
Loading…
Cancel
Save