mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix history frontend tests.
This commit is contained in:
parent
02701a996d
commit
713a39171a
1 changed files with 4 additions and 1 deletions
|
@ -15,14 +15,17 @@ define ['ide/history/HistoryV2Manager'], (HistoryV2Manager) ->
|
|||
nextBeforeTimestamp: null
|
||||
atEnd: false
|
||||
selection: {
|
||||
label: null
|
||||
updates: []
|
||||
pathname: null
|
||||
docs: {}
|
||||
pathname: null
|
||||
range: {
|
||||
fromV: null
|
||||
toV: null
|
||||
}
|
||||
}
|
||||
error: null
|
||||
showOnlyLabels: false
|
||||
labels: null
|
||||
diff: null
|
||||
files: []
|
||||
|
|
Loading…
Reference in a new issue