質問編集履歴
2
編集
test
CHANGED
File without changes
|
test
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
|
49
49
|
query: string;
|
50
50
|
|
51
|
-
|
51
|
+
current: boolean;
|
52
52
|
|
53
53
|
}
|
54
54
|
|
1
変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
-
const initial
|
67
|
+
const initialdata: Data = {
|
68
68
|
|
69
69
|
name: initial,
|
70
70
|
|