deactivate custom join switch

deactivated custom join switch as data is not passed down
This commit is contained in:
Julian Krauser 2025-04-16 16:37:24 +02:00
parent 238a35da9f
commit f94cc8b365

View file

@ -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", {