feat: edit replicas in the list
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
|
||||
const RowContext = React.createContext({});
|
||||
const RowContext = React.createContext<any>({});
|
||||
|
||||
export default RowContext;
|
||||
|
||||
Reference in New Issue
Block a user