mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
Allow configuring the server from any page on the management app (#598)
This commit is contained in:
@@ -241,7 +241,7 @@ class ManagementApp extends React.Component {
|
||||
|
||||
<Switch>
|
||||
<Route exact path="/config-server" component={null} />
|
||||
<Route exact path="/" component={ServerURL} />
|
||||
<Route path="/" component={ServerURL} />
|
||||
</Switch>
|
||||
<Version />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user