mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 02:23:49 +00:00
Fixed typo
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user