fixed link
This commit is contained in:
@@ -448,7 +448,7 @@ export default function RulesIndex() {
|
|||||||
width: "10%",
|
width: "10%",
|
||||||
render: (_: unknown, record: Rule) => (
|
render: (_: unknown, record: Rule) => (
|
||||||
<div className="operations-cell">
|
<div className="operations-cell">
|
||||||
<Link to={`/rules/${record.id}`} className="operation-btn">
|
<Link to={`/rules/new?id=${record.id}`} className="operation-btn">
|
||||||
<i className="ri-edit-line"></i> 编辑
|
<i className="ri-edit-line"></i> 编辑
|
||||||
</Link>
|
</Link>
|
||||||
<button className="operation-btn" onClick={() => handleCopy(record)}>
|
<button className="operation-btn" onClick={() => handleCopy(record)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user