mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Refactor delete object and share object components (#5537)
This commit is contained in:
committed by
Harshavardhana
parent
566ac78b8b
commit
da4558a8f7
@@ -17,7 +17,7 @@
|
||||
export const SET = "alert/SET"
|
||||
export const CLEAR = "alert/CLEAR"
|
||||
|
||||
let alertId = 0
|
||||
export let alertId = 0
|
||||
|
||||
export const set = alert => {
|
||||
const id = alertId++
|
||||
|
||||
Reference in New Issue
Block a user