feat(access-control): render principals Add button in host holder slot

This commit is contained in:
jialin
2026-07-20 20:24:28 +08:00
committed by jialin
parent 27210da13a
commit 63b06e595e
2 changed files with 70 additions and 38 deletions
@@ -130,7 +130,9 @@ const AccessControlModal: React.FC<
<AlertBlockInfo
type="warning"
style={{ marginBottom: 16 }}
contentStyle={{ paddingInline: 0 }}
contentStyle={{
paddingInline: 0
}}
message={intl.formatMessage({
id: 'models.button.accessSettings.tips'
})}