|
@@ -624,7 +624,10 @@ export default class Notebook {
|
|
|
|
|
|
|
|
const updateHistoryCall = item => {
|
|
const updateHistoryCall = item => {
|
|
|
apiHelper
|
|
apiHelper
|
|
|
- .checkStatus({ notebookJson: JSON.stringify({ uuid: item.uuid() }) })
|
|
|
|
|
|
|
+ .checkStatus({
|
|
|
|
|
+ notebookJson: JSON.stringify({ uuid: item.uuid() }),
|
|
|
|
|
+ silenceErrors: true
|
|
|
|
|
+ })
|
|
|
.then(data => {
|
|
.then(data => {
|
|
|
const status =
|
|
const status =
|
|
|
data.status === -3
|
|
data.status === -3
|