feat: support get merged rule-set name

This commit is contained in:
MystiPanda
2024-07-03 22:13:24 +08:00
parent 19e9e9d032
commit e8440e06a1
2 changed files with 63 additions and 27 deletions

View File

@@ -483,6 +483,8 @@ export const ProfileItem = (props: Props) => {
onClose={() => setFileOpen(false)}
/>
<RulesEditorViewer
groupsUid={option?.groups ?? ""}
mergeUid={option?.merge ?? ""}
profileUid={uid}
property={option?.rules ?? ""}
open={rulesOpen}