mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 06:24:25 +01:00
update
This commit is contained in:
@@ -27,7 +27,7 @@ const SearchButton = () => {
|
||||
ev.preventDefault();
|
||||
|
||||
saveColumn(createSearchColumn({ query: query() }));
|
||||
request({ command: 'moveToLastColumn' }).catch((err) => console.log(err));
|
||||
request({ command: 'moveToLastColumn' }).catch((err) => console.error(err));
|
||||
popupRef?.close();
|
||||
setQuery('');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user