Make General the default tab again

This commit is contained in:
Henry Whitaker
2021-04-10 11:59:55 +01:00
parent 39b3637b44
commit 5e2cc96830
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export default class SettingsTabs extends Component {
super(props)
this.state = {
tab: "Tables",
tab: "General",
data: this.props.data
}
}