This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(sider): missing semicolons
version-14
Shariq Ansari
3 years ago
parent
8be581d4a0
commit
f01de7e538
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cypress/fixtures/child_table_doctype.js
+1
-1
cypress/fixtures/doctype_to_link.js
+1
-1
cypress/fixtures/doctype_with_child_table.js
+ 1
- 1
cypress/fixtures/child_table_doctype.js
View File
@@ -27,4 +27,4 @@ export default {
sort_field: 'modified',
sort_order: 'ASC',
track_changes: 1
}
}
;
+ 1
- 1
cypress/fixtures/doctype_to_link.js
View File
@@ -42,4 +42,4 @@ export default {
sort_field: 'modified',
sort_order: 'ASC',
track_changes: 1
}
}
;
+ 1
- 1
cypress/fixtures/doctype_with_child_table.js
View File
@@ -43,4 +43,4 @@ export default {
sort_field: 'modified',
sort_order: 'ASC',
track_changes: 1
}
}
;
Write
Preview
Loading…
Cancel
Save