mirror of
https://github.com/Paillat-dev/pycord-reactive-views.git
synced 2026-01-02 01:06:18 +00:00
🐛 Fix custom_id always required
This commit is contained in:
@@ -43,10 +43,8 @@ class ColourSelector(ReactiveView):
|
||||
for colour in colors
|
||||
],
|
||||
placeholder="Select a colour",
|
||||
custom_id="colour_select",
|
||||
)
|
||||
self.shade_select = ReactiveSelect(
|
||||
custom_id="shade_select",
|
||||
placeholder="Select a shade",
|
||||
options=ReactiveValue(
|
||||
lambda: [
|
||||
|
||||
Reference in New Issue
Block a user