Commit 531c736
authored
PLU-362: remove duplicate text in dropdowns (#795)
## Problem
Dropdown options showing unnecessary values.
Closes [PLU-362:
remove-duplicate-text-in-dropdowns](https://linear.app/ogp/issue/PLU-362/remove-duplicate-text-in-dropdowns)
## Solution
Set showOptionValue to false to hide duplicate text in dropdown
## Before & After Screenshots
**BEFORE**:
- Delay
<img width="852" alt="Screenshot 2024-11-14 at 9 51 42 AM"
src="https://github.com/user-attachments/assets/93fa8f63-e6fc-4140-bec4-5fe33f73715f">
- Scheduler
<img width="858" alt="Screenshot 2024-11-14 at 9 52 45 AM"
src="https://github.com/user-attachments/assets/0955e01a-ec4d-4009-9efe-f499041dfb73">
<img width="856" alt="Screenshot 2024-11-14 at 9 53 15 AM"
src="https://github.com/user-attachments/assets/154b833c-0bd9-42e2-ae82-912415746a57">
<img width="851" alt="Screenshot 2024-11-14 at 9 54 26 AM"
src="https://github.com/user-attachments/assets/4d09d46c-83b9-4c4a-b7b0-f2ed76dcf5ed">
- Slack
<img width="856" alt="Screenshot 2024-11-14 at 9 50 42 AM"
src="https://github.com/user-attachments/assets/125a819a-3d8b-47c2-b8c1-1220b49fbdfd">
<img width="853" alt="Screenshot 2024-11-14 at 9 50 55 AM"
src="https://github.com/user-attachments/assets/5b64fe29-82ab-452f-b935-ccc264349a53">
**AFTER**:
- Delay
<img width="852" alt="Screenshot 2024-11-14 at 9 51 56 AM"
src="https://github.com/user-attachments/assets/5fa9cc62-ab02-4c78-a77d-2a002f126a12">
- Scheduler
<img width="855" alt="Screenshot 2024-11-14 at 9 52 57 AM"
src="https://github.com/user-attachments/assets/14b02873-e97f-4614-87c2-76a0ebf783de">
<img width="855" alt="Screenshot 2024-11-14 at 9 53 29 AM"
src="https://github.com/user-attachments/assets/93813d20-e9af-454c-976b-c12494100b2e">
<img width="855" alt="Screenshot 2024-11-14 at 9 54 53 AM"
src="https://github.com/user-attachments/assets/3c06e1a0-e461-409b-9b4c-537f3d1a9267">
- Slack
<img width="857" alt="Screenshot 2024-11-14 at 9 49 43 AM"
src="https://github.com/user-attachments/assets/a33c2480-506d-4eff-865f-2f1d57a25c27">
<img width="856" alt="Screenshot 2024-11-14 at 9 49 53 AM"
src="https://github.com/user-attachments/assets/d14eab37-d7bc-4dbd-8775-694ac55bc197">
## Tests
- [x] Action values saved correctly
- [x] Existing steps show the correct options1 parent da136da commit 531c736
5 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| 160 | + | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments