Iterate PR first round
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
6e674b97c2
commit
71e84ccb75
6 changed files with 9 additions and 8 deletions
|
@ -25,7 +25,7 @@ interface IProps extends IDialogProps {
|
|||
host: string;
|
||||
}
|
||||
|
||||
const LazyLoadingDisabledDialog: React.FC<IProps> = (props: IProps) => {
|
||||
const LazyLoadingDisabledDialog: React.FC<IProps> = (props) => {
|
||||
const brand = SdkConfig.get().brand;
|
||||
const description1 = _t(
|
||||
"You've previously used %(brand)s on %(host)s with lazy loading of members enabled. " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue