feat(ui): display artifact certificates in WorkflowRunDetail
This commit is contained in:
@@ -207,7 +207,7 @@ const AccessList = () => {
|
||||
setPageSize(pageSize);
|
||||
},
|
||||
}}
|
||||
rowKey={(record: AccessModel) => record.id}
|
||||
rowKey={(record) => record.id}
|
||||
scroll={{ x: "max(100%, 960px)" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user