mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: add labels ui page
This commit is contained in:
@@ -12,6 +12,10 @@ export const taintsApi = {
|
||||
withRefresh(async () => {
|
||||
return await taints.createTaint({ body })
|
||||
}),
|
||||
getTaint: (id: string) =>
|
||||
withRefresh(async () => {
|
||||
return await taints.getTaint({ id })
|
||||
}),
|
||||
deleteTaint: (id: string) =>
|
||||
withRefresh(async () => {
|
||||
await taints.deleteTaint({ id })
|
||||
|
||||
Reference in New Issue
Block a user