Disable is_dirty when link not found
This commit is contained in:
parent
158cd2d352
commit
3f4c655e5e
|
@ -165,5 +165,7 @@ async function checkIfDirty() {
|
|||
locked.value = response.data.result;
|
||||
}
|
||||
|
||||
checkIfDirty();
|
||||
if (props.single.links && props.single.links.is_dirty) {
|
||||
checkIfDirty();
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue