This website works better with JavaScript.
首頁
探索
說明
註冊
登入
Neca
/
HRCenter
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
1
版本發佈
0
Wiki
Activity
標籤
里程碑
建立合併請求
#192
Duration field in Status dialog edited
開啟中
arman.becirovic
請求將 1 次程式碼提交從
edit_DurationField_StatusDialog
合併至
FE_dev
對話內容
0
程式碼提交
1
Files Changed
1
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
分割檢視
顯示文件統計
1
1
src/components/MUI/StatusDialog.js
+ 1
- 1
src/components/MUI/StatusDialog.js
查看文件
@@ -70,7 +70,7 @@ const StatusDialog = ({
setSelected("");
setValue(null);
setSelectedScreeningTest("");
setDuration(
0
);
setDuration(
48
);
}, [onClose]);
useEffect(() => {
Write
Preview
Loading…
取消
儲存