Skip to content

Commit d68ea71

Browse files
committed
chore: update path name
1 parent b1ffa69 commit d68ea71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/packages/plugin-data-viewer/src/TableViewer/TableError.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export const TableError = observer<Props>(function TableError({ model, loading,
197197
sql,
198198
};
199199

200-
window.open(`/transit?from=cloudbeaver&to=create-workflow&projectName=${projectName}&compression_data=${compress(JSON.stringify(data))}`);
200+
window.open(`/transit?from=cloudbeaver&to=create_workflow&project_name=${projectName}&compression_data=${compress(JSON.stringify(data))}`);
201201
};
202202

203203
let icon = '/icons/error_icon.svg';

0 commit comments

Comments
 (0)