AkshayMata
AkshayMata
@aasimkhan30 please re-assign yourself. The table component was used because we have icons for blocking scenarios and list view doesn't have support. we also discussed creating a single column table...
@alanrenmsft yes, I need help merging the PR. the merge button is disabled and I am getting a message that "Only those with write access to this repository can merge...
need to fix NETWORK_SHARE_PATH_FORMAT. used \\\\ to escape in string, but narrator is reading without "escaping"
our string constant is defined as: export const NETWORK_SHARE_PATH_FORMAT = localize('sql.migration.network.share.path.format', "\\\\Servername.domainname.com\\Backupfolder"); the placeholder text is properly being escaped, but this is leading to narrator reading \ out twice. @aasimkhan30...