mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 14:13:36 -07:00
test
This commit is contained in:
parent
9230dd6e7f
commit
5ee029e6e0
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ 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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue