Skip to content
Snippets Groups Projects
Commit 4a8e5d2a authored by Tom Robinson's avatar Tom Robinson
Browse files

Revert build-for-test and run prettier

parent 4aef1810
No related branches found
No related tags found
No related merge requests found
......@@ -29,12 +29,11 @@ check-uberjar-hash() {
}
build-uberjar-for-test() {
./bin/build version
echo "$VERSION_PROPERTY_NAME=$(source-hash)" >> resources/version.properties
./bin/build uberjar
}
./bin/build version
if [ ! -f "target/uberjar/metabase.jar" ] || ! check-uberjar-hash; then
echo "Building uberjar for testing"
build-uberjar-for-test
......
......@@ -237,14 +237,11 @@ export default class DatabaseDetailsForm extends Component {
<div className="Grid-cell--top">
<Toggle
value={on}
onChange={val =>
this.onChange("use-jvm-timezone", val)
}
onChange={val => this.onChange("use-jvm-timezone", val)}
/>
</div>
<div className="px2">
<h3
>{t`Use the Java Virtual Machine (JVM) timezone`}</h3>
<h3>{t`Use the Java Virtual Machine (JVM) timezone`}</h3>
<div style={{ maxWidth: "40rem" }} className="pt1">
{t`We suggest you leave this off unless you're doing manual timezone casting in
many or most of your queries with this data.`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment