Skip to content

Commit

Permalink
fix(message-system): set version for web testnet4 message
Browse files Browse the repository at this point in the history
  • Loading branch information
karliatto committed Feb 10, 2025
1 parent 2db04c3 commit 30fe719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions suite-common/message-system/config/config.v1.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": 1,
"timestamp": "2025-02-03T00:00:00+00:00",
"sequence": 78,
"sequence": 79,
"actions": [
{
"conditions": [
{
"environment": {
"desktop": ">=25.2.1",
"mobile": "!",
"web": "*"
"web": ">=25.2.1"
},
"settings": [
{
Expand All @@ -19,7 +19,7 @@
}
],
"message": {
"id": "2855131c-c871-4fe3-a758-ab7bd92b9934",
"id": "50b760bc-e804-4870-b072-9f3eaaaa26be",
"priority": 90,
"dismissible": true,
"variant": "info",
Expand Down

0 comments on commit 30fe719

Please sign in to comment.