mirror of https://github.com/certd/certd
revert:
parent
c820315409
commit
c4c59ccc75
|
@ -763,7 +763,6 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
const edit = () => {
|
const edit = () => {
|
||||||
debugger;
|
|
||||||
pipeline.value = _.cloneDeep(currentPipeline.value);
|
pipeline.value = _.cloneDeep(currentPipeline.value);
|
||||||
currentHistory.value = null;
|
currentHistory.value = null;
|
||||||
toggleEditMode(true);
|
toggleEditMode(true);
|
||||||
|
|
Loading…
Reference in New Issue