mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-30 00:29:46 +08:00
fix(storybook): page tags display (#4924)
This commit is contained in:
@@ -67,6 +67,31 @@ AffineNewPageButton.play = async ({ canvasElement }) => {
|
||||
};
|
||||
|
||||
const testTags = [
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-cccc',
|
||||
value: 'cccccccccccccccc',
|
||||
},
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-a',
|
||||
value: 'a',
|
||||
},
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-b',
|
||||
value: 'b',
|
||||
},
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-c',
|
||||
value: 'c',
|
||||
},
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-d',
|
||||
value: 'd',
|
||||
},
|
||||
{
|
||||
color: 'red',
|
||||
id: 'test-tag-id-0',
|
||||
|
||||
Reference in New Issue
Block a user