Skip to content

Commit

Permalink
Rebuilding app JS
Browse files Browse the repository at this point in the history
  • Loading branch information
kjmartens committed Oct 16, 2023
1 parent 3f90df4 commit cf73c11
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Notices: React.FC = () => {
<Message
dangerouslySetInnerHTML={{
__html: translate(
'There are currently <a href="{link}" target="_blank">{errors} logged errors</a> in the Freeform error log.',
'There are currently <a href="{link}">{errors} logged errors</a> in the Freeform error log.',
{
link: generateUrl('settings/error-log'),
errors: data.errors,
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/src/Resources/js/client/client.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/plugin/src/Resources/js/client/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/plugin/src/Resources/js/client/vendor.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
*/

/**
* @remix-run/router v1.8.0
* @remix-run/router v1.9.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -242,7 +242,7 @@
*/

/**
* React Router DOM v6.15.0
* React Router DOM v6.16.0
*
* Copyright (c) Remix Software Inc.
*
Expand All @@ -253,7 +253,7 @@
*/

/**
* React Router v6.15.0
* React Router v6.16.0
*
* Copyright (c) Remix Software Inc.
*
Expand Down

0 comments on commit cf73c11

Please sign in to comment.