Update snapshots
This commit is contained in:
parent
f84493fdab
commit
57a3ed88ae
1 changed files with 16 additions and 10 deletions
|
@ -122919,7 +122919,7 @@ exports[`Storyshots Views / Webhook / Create webhook default 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -123433,7 +123433,7 @@ exports[`Storyshots Views / Webhook / Create webhook form errors 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -123945,7 +123945,7 @@ exports[`Storyshots Views / Webhook / Create webhook loading 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -124472,7 +124472,7 @@ exports[`Storyshots Views / Webhook / Webhook details default 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -124987,7 +124987,7 @@ exports[`Storyshots Views / Webhook / Webhook details form errors 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -125500,7 +125500,7 @@ exports[`Storyshots Views / Webhook / Webhook details loading 1`] = `
|
|||
<p
|
||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-disabled-id"
|
||||
>
|
||||
This URL will recieve webhook POST requests
|
||||
This URL will receive webhook POST requests
|
||||
</p>
|
||||
</div>
|
||||
<div
|
||||
|
@ -125994,7 +125994,7 @@ exports[`Storyshots Views / Webhook / Webhook list default 1`] = `
|
|||
>
|
||||
<td
|
||||
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
|
||||
colspan="4"
|
||||
colspan="3"
|
||||
>
|
||||
<div
|
||||
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
|
||||
|
@ -126422,7 +126422,7 @@ exports[`Storyshots Views / Webhook / Webhook list loading 1`] = `
|
|||
>
|
||||
<td
|
||||
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
|
||||
colspan="4"
|
||||
colspan="3"
|
||||
>
|
||||
<div
|
||||
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
|
||||
|
@ -126791,7 +126791,7 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
|
|||
>
|
||||
<td
|
||||
class="MuiTableCell-root-id MuiTableCell-footer-id TablePagination-root-id"
|
||||
colspan="4"
|
||||
colspan="3"
|
||||
>
|
||||
<div
|
||||
class="MuiToolbar-root-id MuiToolbar-regular-id MuiToolbar-gutters-id TablePagination-toolbar-id"
|
||||
|
@ -126908,7 +126908,7 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
|
|||
>
|
||||
<td
|
||||
class="MuiTableCell-root-id MuiTableCell-body-id"
|
||||
colspan="4"
|
||||
colspan="3"
|
||||
>
|
||||
No webhooks found
|
||||
</td>
|
||||
|
@ -126920,3 +126920,9 @@ exports[`Storyshots Views / Webhook / Webhook list no data 1`] = `
|
|||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`Storyshots Views / Webhooks / Delete webhook default 1`] = `
|
||||
<div
|
||||
style="padding:24px"
|
||||
/>
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue