mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixed bug where proper file extension wasn't appended to filename. (#2151)
#892
This commit is contained in:
@@ -54,7 +54,7 @@ export interface OpenDialogOptions {
|
||||
message?: string;
|
||||
}
|
||||
|
||||
export interface FileFilter {
|
||||
export class FileFilter {
|
||||
extensions: string[];
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user