deactivate custom join switch
deactivated custom join switch as data is not passed down
This commit is contained in:
parent
238a35da9f
commit
f94cc8b365
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
<div class="flex flex-col gap-2 w-full">
|
||||
<div class="flex flex-row gap-2 w-full">
|
||||
<div
|
||||
v-if="false"
|
||||
class="h-fit p-1 border border-gray-400 hover:bg-gray-200 rounded-md"
|
||||
title="Join Modus wechseln"
|
||||
@click="swapJoinType(value.type)"
|
||||
|
@ -105,7 +106,6 @@ export default defineComponent({
|
|||
}
|
||||
},
|
||||
set(val: string) {
|
||||
console.log(val, this.modelValue.type);
|
||||
if (this.modelValue.type == "defined") {
|
||||
let relTable = this.activeTable?.relations.find((r) => r.column == val);
|
||||
this.$emit("update:model-value", {
|
||||
|
|
Loading…
Add table
Reference in a new issue