mirror of
https://github.com/plebbit/seedit.git
synced 2026-05-19 06:04:56 -04:00
fix(submit): selecting a subscription wouldn't show its rules
This commit is contained in:
@@ -121,6 +121,7 @@ const Submit = () => {
|
||||
onClick={() => {
|
||||
if (subplebbitAddressRef.current) {
|
||||
subplebbitAddressRef.current.value = sub;
|
||||
setSelectedSubplebbit(sub);
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user