Update snapshots

This commit is contained in:
Krzysztof Bialoglowicz 2019-10-18 11:07:26 +02:00
parent 42606d0c6a
commit b82f8bc14c

View file

@ -122715,7 +122715,7 @@ exports[`Storyshots Views / Translations / Language list no data 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Create webhook default 1`] = `
exports[`Storyshots Views / Webhooks / Create webhook default 1`] = `
<div
style="padding:24px"
>
@ -123224,7 +123224,7 @@ exports[`Storyshots Views / Webhook / Create webhook default 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Create webhook form errors 1`] = `
exports[`Storyshots Views / Webhooks / Create webhook form errors 1`] = `
<div
style="padding:24px"
>
@ -123738,7 +123738,7 @@ exports[`Storyshots Views / Webhook / Create webhook form errors 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Create webhook loading 1`] = `
exports[`Storyshots Views / Webhooks / Create webhook loading 1`] = `
<div
style="padding:24px"
>
@ -124267,7 +124267,13 @@ exports[`Storyshots Views / Webhook / Create webhook loading 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook details default 1`] = `
exports[`Storyshots Views / Webhooks / Delete webhook default 1`] = `
<div
style="padding:24px"
/>
`;
exports[`Storyshots Views / Webhooks / Webhook details default 1`] = `
<div
style="padding:24px"
>
@ -124777,7 +124783,7 @@ exports[`Storyshots Views / Webhook / Webhook details default 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook details form errors 1`] = `
exports[`Storyshots Views / Webhooks / Webhook details form errors 1`] = `
<div
style="padding:24px"
>
@ -125292,7 +125298,7 @@ exports[`Storyshots Views / Webhook / Webhook details form errors 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook details loading 1`] = `
exports[`Storyshots Views / Webhooks / Webhook details loading 1`] = `
<div
style="padding:24px"
>
@ -125822,7 +125828,7 @@ exports[`Storyshots Views / Webhook / Webhook details loading 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook list default 1`] = `
exports[`Storyshots Views / Webhooks / Webhook list default 1`] = `
<div
style="padding:24px"
>
@ -125958,7 +125964,7 @@ exports[`Storyshots Views / Webhook / Webhook list default 1`] = `
class="MuiPaper-root-id MuiPaper-elevation0-id MuiPaper-rounded-id MuiCard-root-id"
>
<table
class="MuiTable-root-id"
class="MuiTable-root-id Hook-table-id"
>
<thead
class="MuiTableHead-root-id"
@ -126250,7 +126256,7 @@ exports[`Storyshots Views / Webhook / Webhook list default 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook list loading 1`] = `
exports[`Storyshots Views / Webhooks / Webhook list loading 1`] = `
<div
style="padding:24px"
>
@ -126386,7 +126392,7 @@ exports[`Storyshots Views / Webhook / Webhook list loading 1`] = `
class="MuiPaper-root-id MuiPaper-elevation0-id MuiPaper-rounded-id MuiCard-root-id"
>
<table
class="MuiTable-root-id"
class="MuiTable-root-id Hook-table-id"
>
<thead
class="MuiTableHead-root-id"
@ -126619,7 +126625,7 @@ exports[`Storyshots Views / Webhook / Webhook list loading 1`] = `
</div>
`;
exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
exports[`Storyshots Views / Webhooks / Webhook list no data 1`] = `
<div
style="padding:24px"
>
@ -126755,7 +126761,7 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
class="MuiPaper-root-id MuiPaper-elevation0-id MuiPaper-rounded-id MuiCard-root-id"
>
<table
class="MuiTable-root-id"
class="MuiTable-root-id Hook-table-id"
>
<thead
class="MuiTableHead-root-id"
@ -126920,9 +126926,3 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
</div>
</div>
`;
exports[`Storyshots Views / Webhooks / Delete webhook default 1`] = `
<div
style="padding:24px"
/>
`;