Skip to content

Commit 52b84cf

Browse files
undo accidental change
1 parent 448a0cc commit 52b84cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quick-erd/quick-erd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ export class Diagram {
271271
exportAsSVG = () => {
272272
const downloadArea = this.graph.getBBox().inflate(50);
273273
this.paper.toSVG((svgString) => {
274-
var fileName = 'quicksqlDiagram-';
274+
var fileName = 'QuickSqlDiagram-';
275275
this.saveDiagram(fileName, svgString);
276276
}, {
277277
area: downloadArea,

0 commit comments

Comments
 (0)