Skip to content

Commit 8659ead

Browse files
committed
fix: remove duplicate SelectInputSettings interface
1 parent e1a61cf commit 8659ead

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/notebooks/deepnote/selectInputSettingsWebview.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,7 @@ import { inject, injectable } from 'inversify';
1717
import { IExtensionContext } from '../../platform/common/types';
1818
import { LocalizedMessages } from '../../messageTypes';
1919
import * as localize from '../../platform/common/utils/localize';
20-
21-
interface SelectInputSettings {
22-
allowMultipleValues: boolean;
23-
allowEmptyValue: boolean;
24-
selectType: 'from-options' | 'from-variable';
25-
options: string[];
26-
selectedVariable: string;
27-
}
20+
import { SelectInputSettings } from '../../webviews/webview-side/selectInputSettings/types';
2821

2922
/**
3023
* Manages the webview panel for select input settings

0 commit comments

Comments
 (0)