From 5c374b5aacc73ee330010d174f391eff382a45ce Mon Sep 17 00:00:00 2001 From: Rashid Ksirov Date: Fri, 27 Sep 2019 12:15:32 +0300 Subject: [PATCH] fix: move error details underneath --- lib/static/components/section/body/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/static/components/section/body/index.js b/lib/static/components/section/body/index.js index ca9fae253..db2215870 100644 --- a/lib/static/components/section/body/index.js +++ b/lib/static/components/section/body/index.js @@ -182,8 +182,8 @@ class Body extends Component { {description && } - {errorDetails && } {this._getTabs()} + {errorDetails && } );