This commit is contained in:
tidusjar 2022-07-26 21:18:11 +01:00
commit c81a7ae8fd

View file

@ -52,12 +52,6 @@ IdApplied.args = {
type: RequestType.movie, type: RequestType.movie,
id: 'testId123' id: 'testId123'
}; };
export const IdAppliedTest = Template.bind({});
IdApplied.args = {
src: 'https://ombi.io/img/logo-orange-small.png',
type: RequestType.movie,
id: 'testId123'
};
// export const InvalidMovieImage = Template.bind({}); // export const InvalidMovieImage = Template.bind({});
// InvalidMovieImage.args = { // InvalidMovieImage.args = {