Translation followup (#9735)
Address PR comments and more progress on translation
This commit is contained in:
@ -13,9 +13,7 @@ export const DialogManagerScope = ({
|
||||
}: DialogManagerScopeProps) => {
|
||||
return (
|
||||
<DialogManagerScopeInternalContext.Provider
|
||||
value={{
|
||||
scopeId: dialogManagerScopeId,
|
||||
}}
|
||||
value={{ scopeId: dialogManagerScopeId }}
|
||||
>
|
||||
{children}
|
||||
</DialogManagerScopeInternalContext.Provider>
|
||||
|
||||
Reference in New Issue
Block a user