Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8f6670d

Browse files
committed
fix alerts
1 parent5a21745 commit8f6670d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎lib/reducers/alert/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ var _types_1 = require('../../actions/_types');
33
var_alert={
44
message:'',
55
open:false,
6-
action:'note',
6+
action:'NOTE',
77
duration:1500,
88
};
99
varopen={
1010
open:true,
11-
action:'note',
11+
action:'NOTE',
1212
duration:1500
1313
};
1414
varcolors={
15-
pass:'#73C990',
15+
PASS:'#73C990',
1616
FAIL:'#FF4081',
1717
NOTE:'#9DA5B4',
1818
};

‎src/reducers/alert/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ import {
66
const_alert:CR.Alert={
77
message:'',
88
open:false,
9-
action:'note',
9+
action:'NOTE',
1010
duration:1500,
1111
};
1212

1313
constopen={
1414
open:true,
15-
action:'note',
15+
action:'NOTE',
1616
duration:1500
1717
};
1818

1919
constcolors={
20-
pass:'#73C990',
20+
PASS:'#73C990',
2121
FAIL:'#FF4081',
2222
NOTE:'#9DA5B4',
2323
};

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp