mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 17:24:01 -05:00
Add error details to error banner in migration cutover dialog (#16494)
* Add error details to error banner in migration cutover dialog * Adding method functionality to copy migration details
This commit is contained in:
@@ -111,7 +111,7 @@ export class IconPathHelper {
|
||||
};
|
||||
IconPathHelper.info = {
|
||||
light: context.asAbsolutePath('images/info.svg'),
|
||||
dark: context.asAbsolutePath('images/infoBox.svg')
|
||||
dark: context.asAbsolutePath('images/info.svg')
|
||||
};
|
||||
IconPathHelper.error = {
|
||||
light: context.asAbsolutePath('images/error.svg'),
|
||||
|
||||
Reference in New Issue
Block a user