Commit 4381faad authored by ChamendiPabasara's avatar ChamendiPabasara

Set the Content- Search field

parent c4adaccb
...@@ -100,7 +100,7 @@ export default function GazettesFunc(props) { ...@@ -100,7 +100,7 @@ export default function GazettesFunc(props) {
id="button-addon2" id="button-addon2"
onClick={() => handleSearch()} onClick={() => handleSearch()}
> >
Search Now Search Now
</Button> </Button>
</InputGroup> </InputGroup>
</Col> </Col>
...@@ -143,7 +143,9 @@ export default function GazettesFunc(props) { ...@@ -143,7 +143,9 @@ export default function GazettesFunc(props) {
{Hint == "" ? ( {Hint == "" ? (
<h1>Waiting for data...</h1> <h1>Waiting for data...</h1>
) : ( ) : (
<h3>Check your search query...</h3>
<h3>Check your search query...</h3> //Search
)} )}
</> </>
)} )}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment