зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1405245
- webconsole PageError component read repeat from props;r=nchevobbe
MozReview-Commit-ID: C3Vs4Uv6gGv --HG-- extra : rebase_source : 0950ad7770f944fceb10ec89dd9d4a765fe3e9b6
This commit is contained in:
Родитель
b052df8f9b
Коммит
3429eb9b3f
|
@ -29,6 +29,7 @@ function PageError(props) {
|
||||||
dispatch,
|
dispatch,
|
||||||
message,
|
message,
|
||||||
open,
|
open,
|
||||||
|
repeat,
|
||||||
serviceContainer,
|
serviceContainer,
|
||||||
timestampsVisible,
|
timestampsVisible,
|
||||||
} = props;
|
} = props;
|
||||||
|
@ -39,7 +40,6 @@ function PageError(props) {
|
||||||
type,
|
type,
|
||||||
level,
|
level,
|
||||||
messageText,
|
messageText,
|
||||||
repeat,
|
|
||||||
stacktrace,
|
stacktrace,
|
||||||
frame,
|
frame,
|
||||||
exceptionDocURL,
|
exceptionDocURL,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче