mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-22 12:24:02 +03:00
modified to fit the rebase and removed extraneous print
This commit is contained in:
parent
09dd4cfef6
commit
745bcd5d90
@ -99,7 +99,6 @@ export const sendFilecoin = async (data) => {
|
||||
// };
|
||||
|
||||
export const search = async (data) => {
|
||||
console.log("in actions.search");
|
||||
return await returnJSON(`/api/search/search`, {
|
||||
...DEFAULT_OPTIONS,
|
||||
body: JSON.stringify({ data }),
|
||||
|
@ -217,7 +217,7 @@ export default function ApplicationHeader({ viewer, page, data, onAction }) {
|
||||
<Upload.Provider page={page} data={data} viewer={viewer}>
|
||||
<Upload.Root data={data}>
|
||||
<div css={STYLES_RIGHT}>
|
||||
<Actions
|
||||
<UserActions
|
||||
uploadAction={
|
||||
<Upload.Trigger
|
||||
viewer={viewer}
|
||||
|
Loading…
Reference in New Issue
Block a user