Skip to content

Commit 2b279cc

Browse files
committed
fix: redundant url item
1 parent a1f82b2 commit 2b279cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/web/src/views/workspace/WSEditorCommandContent.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,8 +1311,7 @@ class ExampleDialog extends React.Component<ExampleDialogProps, ExampleDialogSta
13111311
`${workspaceUrl}/CommandTree/Nodes/aaz/` +
13121312
command.names.slice(0, -1).join("/") +
13131313
"/Leaves/" +
1314-
command.names[command.names.length - 1] +
1315-
"/GenerateExamples";
1314+
command.names[command.names.length - 1];
13161315

13171316
this.setState({
13181317
source: "swagger",

0 commit comments

Comments
 (0)