mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Clean up feature flag for the log view (#15606)
This commit is contained in:
@@ -7,9 +7,10 @@ import { computed } from 'vue';
|
||||
import NodeIcon from '@/components/NodeIcon.vue';
|
||||
import AiRunContentBlock from './AiRunContentBlock.vue';
|
||||
import { useI18n } from '@n8n/i18n';
|
||||
import { formatTokenUsageCount, getConsumedTokens } from '@/components/RunDataAi/utils';
|
||||
import { getConsumedTokens } from '@/components/RunDataAi/utils';
|
||||
import ConsumedTokensDetails from '@/components/ConsumedTokensDetails.vue';
|
||||
import ViewSubExecution from '../ViewSubExecution.vue';
|
||||
import { formatTokenUsageCount } from '@/utils/aiUtils';
|
||||
|
||||
interface RunMeta {
|
||||
startTimeMs: number;
|
||||
|
||||
Reference in New Issue
Block a user