Minior improvements

This commit is contained in:
Jan Oberhauser 2020-10-25 12:58:02 +01:00
parent 72ac20b070
commit c339d76456
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ export default mixins(
title: 'Already open',
message: 'This is the current workflow',
type: 'error',
duration: 800,
duration: 1500,
});
// Do nothing if current workflow is the one user chose to open
return;

View file

@ -132,7 +132,7 @@ import RunData from '@/components/RunData.vue';
import mixins from 'vue-typed-mixins';
import { v4 as uuidv4} from 'uuid';
import { debounce, isEqual } from 'lodash';
import { debounce } from 'lodash';
import axios from 'axios';
import {
IConnection,