fix
This commit is contained in:
parent
fe1cf1184f
commit
e6a777983c
10 changed files with 174 additions and 2 deletions
|
|
@ -104,6 +104,13 @@ export function GifCatalogPage() {
|
|||
payload={() => ({})}
|
||||
onDone={() => void load()}
|
||||
/>
|
||||
<ActionButton
|
||||
tone="danger"
|
||||
label={"Delete uncategorized"}
|
||||
path="/api/actions/delete-uncategorized-gifs"
|
||||
payload={() => ({})}
|
||||
onDone={() => void load()}
|
||||
/>
|
||||
<button className="btn primary" type="button" onClick={() => setCreateOpen(true)}>
|
||||
<Plus size={15} /> {"Add GIF"}
|
||||
</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue