fix: V2 settings carry extensions over during model change (#1944)
This commit is contained in:
@@ -21,6 +21,8 @@ import type {
|
||||
} from '../api/types.gen';
|
||||
import { removeShims } from './settings_v2/extensions/utils';
|
||||
|
||||
export type { ExtensionConfig } from '../api/types.gen';
|
||||
|
||||
// Define a local version that matches the structure of the imported one
|
||||
export type FixedExtensionEntry = ExtensionConfig & {
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user