add deploy stage
This commit is contained in:
@@ -72,7 +72,7 @@ const SubscriptionListPage: React.FC = () => {
|
||||
|
||||
const handleTableChange = (
|
||||
pagination: any,
|
||||
filters: any,
|
||||
_filters: any,
|
||||
sorter: SorterResult<Subscription> | SorterResult<Subscription>[]
|
||||
) => {
|
||||
const s = Array.isArray(sorter) ? sorter[0] : sorter;
|
||||
|
||||
Reference in New Issue
Block a user