add extra story testing disabled in new pattern

This commit is contained in:
Norbert de Langen 2024-07-30 12:01:10 +02:00
parent d502f2233a
commit 9fb86c52c3

View File

@ -51,3 +51,11 @@ export const NoRationDefined = {
},
},
};
export const Disabled = {
parameters: {
viewport: {
disabled: true,
},
},
};