MCPcopy
hub / github.com/songquanpeng/one-api / UsersTable.js

File UsersTable.js

web/air/src/components/UsersTable.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import React, { useEffect, useState } from 'react';
2import { API, showError, showSuccess } from '../helpers';
3import { Button, Form, Popconfirm, Space, Table, Tag, Tooltip, Dropdown } from '@douyinfe/semi-ui';
4import { ITEMS_PER_PAGE } from '../constants';

Callers

nothing calls this directly

Calls 5

showErrorFunction · 0.90
showSuccessFunction · 0.90
loadUsersFunction · 0.50
searchUsersFunction · 0.50
handleOrderByChangeFunction · 0.50

Tested by

no test coverage detected