aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-01-03 23:50:59 +0100
committerLibravatar GitHub <noreply@github.com>2018-01-03 23:50:59 +0100
commita74ce8d78d4db3f08bec5e0e3d6eb47fae763e40 (patch)
tree5c2738adaa132570ffa8f5173b9508e9eda87b06 /src/containers
parentfeat(App): Add option to clear app cache (@dannyqiu) (diff)
parentMerge pull request #533 from meetfranz/feature/ux-service-search (diff)
downloadferdium-app-a74ce8d78d4db3f08bec5e0e3d6eb47fae763e40.tar.gz
ferdium-app-a74ce8d78d4db3f08bec5e0e3d6eb47fae763e40.tar.zst
ferdium-app-a74ce8d78d4db3f08bec5e0e3d6eb47fae763e40.zip
Merge branch 'develop' into service-cache-cleanup
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/settings/ServicesScreen.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/containers/settings/ServicesScreen.js b/src/containers/settings/ServicesScreen.js
index 8cfe5efbf..12db1bcd3 100644
--- a/src/containers/settings/ServicesScreen.js
+++ b/src/containers/settings/ServicesScreen.js
@@ -53,6 +53,7 @@ export default class ServicesScreen extends Component {
53 goTo={router.push} 53 goTo={router.push}
54 servicesRequestFailed={services.allServicesRequest.wasExecuted && services.allServicesRequest.isError} 54 servicesRequestFailed={services.allServicesRequest.wasExecuted && services.allServicesRequest.isError}
55 retryServicesRequest={() => services.allServicesRequest.reload()} 55 retryServicesRequest={() => services.allServicesRequest.reload()}
56 searchNeedle={services.filterNeedle}
56 /> 57 />
57 ); 58 );
58 } 59 }