mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 05:08:06 +00:00
Add new release line for testing
This commit is contained in:
@@ -19,12 +19,12 @@ export default {
|
||||
args: {
|
||||
i18n,
|
||||
hasInitialLoadCompleted: false,
|
||||
isAlpha: false,
|
||||
isNightly: false,
|
||||
isCustomizingPreferredReactions: false,
|
||||
},
|
||||
argTypes: {
|
||||
daysAgo: { control: { type: 'number' } },
|
||||
isAlpha: { control: { type: 'boolean' } },
|
||||
isNightly: { control: { type: 'boolean' } },
|
||||
},
|
||||
} satisfies Meta<PropsType & { daysAgo?: number }>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user