mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-01 18:35:45 +00:00
remove autocompletet data
This commit is contained in:
@@ -16,11 +16,6 @@ export default function App() {
|
||||
|
||||
if (getCookie("aeris_jwt")) return <Navigate to="/pipelines" replace />;
|
||||
|
||||
const autoCompleteData = [
|
||||
{ label: "The Godfather", id: 1 },
|
||||
{ label: "Pulp Fiction", id: 2 },
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<header className="App-header">
|
||||
|
||||
Reference in New Issue
Block a user