We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886ca9e commit d1f5d5eCopy full SHA for d1f5d5e
client/packages/openblocks/src/util/appUtils.tsx
@@ -36,7 +36,7 @@ export function openApp(props: {
36
if (!m || !props.applicationId) {
37
return;
38
}
39
- let targetURL = APPLICATION_VIEW_URL(props.applicationId, m.params.viewMode);
+ let targetURL = APPLICATION_VIEW_URL(props.applicationId, m.params.viewMode || "view");
40
// query
41
if (props.queryParams && !isEmpty(props.queryParams)) {
42
targetURL += `?${props.queryParams}`;
0 commit comments