Save table filter into configuration file #434
Annotations
4 errors and 1 warning
Run yarn lint:
src/configuration/index.test.ts#L416
Object literal may only specify known properties, but 'activeTableByDatabase' does not exist in type 'ConnectionAppState'. Did you mean to write 'activeDatabase'?
|
Run yarn lint:
src/configuration/index.ts#L272
Type 'EncryptedConnectionObject' is not assignable to type '{ password: string; appState?: ConnectionAppState | undefined; } & Omit<ConnectionObject, "password"> & Required<Pick<EncryptedConnectionObject, "appState">>'.
|
Run yarn lint:
src/renderer/routes/connections.$connectionSlug.$databaseName.test.tsx#L32
Object literal may only specify known properties, but 'activeTableByDatabase' does not exist in type 'ConnectionAppState'. Did you mean to write 'activeDatabase'?
|
Run yarn lint
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading