refactor: Move notes_view to React (#761)
This commit is contained in:
@@ -17,7 +17,7 @@ type Props = {
|
||||
application: WebApplication;
|
||||
};
|
||||
|
||||
const SearchOptions = observer(({ appState }: Props) => {
|
||||
export const SearchOptions = observer(({ appState }: Props) => {
|
||||
const { searchOptions } = appState;
|
||||
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user