Update Dahsboard UI (#1349)

Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
Douglas Lai 2026-02-23 18:12:27 +00:00 committed by GitHub
parent ddada3e642
commit 38c7717f3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 2405 additions and 2105 deletions

View file

@ -16,7 +16,7 @@ import { describe, expect, it } from 'vitest';
import {
arrayToArgsJson,
parseArgsToArray,
} from '../../../../src/pages/Setting/components/utils';
} from '../../../../src/pages/Connectors/components/utils';
describe('parseArgsToArray', () => {
it('should parse JSON array string to array', () => {