Browse Source

Remove autosave attribute

Francesco Baccetti 4 years ago
parent
commit
f2ea2086c5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/app/src/shared/components/Searchbar/Searchbar.tsx

+ 0 - 1
packages/app/src/shared/components/Searchbar/Searchbar.tsx

@@ -18,7 +18,6 @@ const Searchbar: React.FC<SearchbarProps> = ({
       value={value}
       placeholder={placeholder}
       type="search"
-      autoSave="some_unique_value"
       onChange={onChange}
       onFocus={onFocus}
       onBlur={onBlur}