Version
16.2.0
Angular Version
16.2.0
Link to minimal reproduction
//当配置弹框属性buttons为空数组时出现
const result = this.dialogservices.open({
buttons:[]
});
Step to reproduce
//当配置弹框属性buttons为空数组时出现
const result = this.dialogservices.open({
buttons:[]
});
What is expected
No response
What is actually happening
No response
Any additional comments (optional)


