We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42fa208 commit bbc0828Copy full SHA for bbc0828
client/packages/lowcoder/src/pages/setting/environments/services/environments.service.ts
@@ -8,7 +8,6 @@ import {App} from "../types/app.types";
8
import { DataSourceWithMeta } from '../types/datasource.types';
9
import { Query, QueryResponse } from "../types/query.types";
10
import { checkEnvironmentLicense } from './license.service';
11
-import { trans } from "i18n";
12
13
export async function updateEnvironment(
14
environmentId: string,
0 commit comments