add notice when time tracker is running in a different organization

This commit is contained in:
Gregor Vostrak
2024-04-26 02:10:45 +02:00
parent 3c158cc015
commit bb5ccf3606
9 changed files with 237 additions and 81 deletions

View File

@@ -79,7 +79,6 @@ function updateSearchValue(event: Event) {
const emit = defineEmits(['update:modelValue', 'changed']);
function updateMember(newValue: string | null) {
console.log(newValue);
if (newValue) {
model.value = newValue;
nextTick(() => {

View File

@@ -136,7 +136,6 @@ function moveHighlightDown() {
filteredTags.value[currentHightlightedIndex + 1].id;
}
}
console.log('move down');
}
const highlightedItemId = ref<string | null>(null);