fix:assetmeta option不能删除的问题 以及option可以为空的问题
This commit is contained in:
@@ -468,13 +468,13 @@ export const tableSet = {
|
||||
}
|
||||
break
|
||||
}
|
||||
case 'id': break
|
||||
case 'startAt': {
|
||||
if (from === 'alertSilence') {
|
||||
return false
|
||||
}
|
||||
break
|
||||
}
|
||||
case 'id':
|
||||
case 'alertRule':
|
||||
case 'severity':
|
||||
case 'endAt':
|
||||
|
||||
Reference in New Issue
Block a user