mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
Remove builder references from options dialog (#4774)
* remove more builder references; remove $ from declarations * fix jquery references * formatting * fixing backup * fix backup box
This commit is contained in:
@@ -41,7 +41,7 @@ const defaultStyles: ISplitViewStyles = {
|
||||
};
|
||||
|
||||
const defaultOptions: ISplitViewOptions = {
|
||||
enableResizing: true
|
||||
enableResizing: false
|
||||
};
|
||||
|
||||
export interface IView extends HeightIView {
|
||||
|
||||
Reference in New Issue
Block a user