fix: Fix tags overflow handler in workflows header (#6784)
* fix: fix tags container overflowing * fix: fix intersection observer error
This commit is contained in:
@@ -161,8 +161,6 @@ export const useLogStreamingStore = defineStore('logStreaming', {
|
||||
delete this.items[id];
|
||||
},
|
||||
clearDestinationItemTrees() {
|
||||
console.log('clearing destinations');
|
||||
|
||||
this.items = {} as DestinationSettingsStore;
|
||||
},
|
||||
setSelectionAndBuildItems(destination: MessageEventBusDestinationOptions) {
|
||||
|
||||
Reference in New Issue
Block a user