Replies: 1 comment 1 reply
-
|
Hi, you probably need to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a component defined like this:
Ideally, when I select a
subfolderthen I want theFileRepeaterFieldto be displayed. However, I get aStatic Renderissue mentioning that I providedsubfolderhowever there exists a parameter with (all other fields except subfolder).What would be great is to have the flexibility to add the
subfolderIdto the URL with the parameter namesubfolderIdso that I could fetch it from the URL directly for other operations.I see that there is
env.withParameter({subfolderId: selectedSubfolderId}). However, it doesn't update the URL and I can't use the$subfolderId`.Could you help me with the solution? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions