Skip to content

Commit 293978f

Browse files
authored
Account for cloud namespace names (#2557)
1 parent bf7f69e commit 293978f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/lib/utilities/namespace-url-pattern.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ export const namespaceUrlPattern = new UrlPattern(
1010

1111
export const workflowRoutePattern = new UrlPattern(
1212
'/namespaces/:namespace/workflows*',
13+
urlPatternOpts,
1314
);

0 commit comments

Comments
 (0)