From 8c8dd1758d3c80e6480fda6091dfdbf7f389c2c4 Mon Sep 17 00:00:00 2001 From: Sara Vieira Date: Mon, 22 Jan 2018 16:19:31 +0100 Subject: [PATCH] fix(my-joy-beta): remove filter input placeholder fixes #1046 --- .../__tests__/__snapshots__/list.spec.js.snap | 14 +++++++------- .../my-joy-beta/src/containers/instances/list.js | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap index c271ec72..b27431fc 100644 --- a/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap +++ b/packages/my-joy-beta/src/containers/instances/__tests__/__snapshots__/list.spec.js.snap @@ -804,7 +804,7 @@ exports[`renders without throwing 1`] = ` disabled={false} id="k" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -1855,7 +1855,7 @@ exports[`renders without throwing 1`] = ` disabled={false} id="t" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -3042,7 +3042,7 @@ exports[`renders without throwing 1`] = ` disabled={false} id="z" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -5156,7 +5156,7 @@ exports[`renders without throwing 1`] = ` disabled={false} id="J" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -7590,7 +7590,7 @@ exports[`renders without throwing 1`] = ` disabled={false} id="T" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -10235,7 +10235,7 @@ exports[`renders without throwing disabled={false} id="bd" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> @@ -11494,7 +11494,7 @@ exports[`renders without throwing 1`] = ` disabled={true} id="q" onBlur={undefined} - placeholder="Search for name, state, tags, etc..." + placeholder="" /> diff --git a/packages/my-joy-beta/src/containers/instances/list.js b/packages/my-joy-beta/src/containers/instances/list.js index 3e570983..906b8acf 100644 --- a/packages/my-joy-beta/src/containers/instances/list.js +++ b/packages/my-joy-beta/src/containers/instances/list.js @@ -135,7 +135,6 @@ export const List = ({ history.push(`/instances/~create`)}