Commit f5f1c427 authored by Makarand Bauskar's avatar Makarand Bauskar Committed by GitHub
Browse files

Revert "[hotfix] fixes for Uncaught TypeError: Cannot read property 'doc' of undefined (#3886)"

This reverts commit 880361db.
parent 880361db
Showing with 1 addition and 3 deletions
+1 -3
......@@ -55,11 +55,9 @@ frappe.tests = {
value.forEach(d => {
grid_row_tasks.push(() => {
grid.add_new_row();
let grid_row = grid.get_row(-1);
let grid_row = grid.get_row(-1).toggle_view(true);
let grid_value_tasks = [];
grid_row.toggle_view(true);
// build tasks to set each row value
d.forEach(child_value => {
for (let child_key in child_value) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment