mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-03 23:07:26 +03:00
Fixed typo
This commit is contained in:
parent
961fba6346
commit
daf67e1d43
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ export class SearchBar extends React.Component {
|
||||||
const selectedTag = shortUrlsListParams.tags ? shortUrlsListParams.tags[0] : '';
|
const selectedTag = shortUrlsListParams.tags ? shortUrlsListParams.tags[0] : '';
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div class="serach-bar-container">
|
<div className="serach-bar-container">
|
||||||
<div className="search-bar">
|
<div className="search-bar">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in a new issue