Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 46e9504

Browse files
author
Jonas Metzener
committed
Remove timeout duration
1 parent 69bc3de commit 46e9504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/analysis/edit/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export default Controller.extend(AnalysisEditQueryParams.Mixin, {
160160
// would be run after this rollback and therefore trigger changes
161161
later(() => {
162162
changeset.rollback()
163-
}, 100)
163+
})
164164
}
165165
}
166166
})

0 commit comments

Comments
 (0)