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;
|
locked.value = response.data.result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (props.single.links && props.single.links.is_dirty) {
|
||||||
checkIfDirty();
|
checkIfDirty();
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue