feat: fetch parser list for SegmentSetModal (#81)

This commit is contained in:
balibabu
2024-02-28 18:57:10 +08:00
committed by GitHub
parent 6e8781e0e6
commit 332d4874d0
4 changed files with 24 additions and 26 deletions

View File

@ -56,15 +56,13 @@ const ParsingActionCell = ({
});
};
const onRename = () => {};
const chunkItems: MenuProps['items'] = [
{
key: '1',
label: (
<div>
<Button type="link" onClick={showSegmentSetModal}>
Parser type
</Button>
</div>
),