Server state error notification key

Summary: ^

Reviewed By: antonk52

Differential Revision: D47869306

fbshipit-source-id: 38a8170a87f1774b8cb421d1ca4145a8e86d4067
This commit is contained in:
Lorenzo Blasa
2023-07-28 07:22:21 -07:00
committed by Facebook GitHub Bot
parent 4dc63261ff
commit 3bef18ff81

View File

@@ -188,6 +188,7 @@ function handleServerStateChange({
handeEADDRINUSE(error); handeEADDRINUSE(error);
} else { } else {
notification.error({ notification.error({
key: `server-${state}-error`,
message: 'Failed to start flipper-server', message: 'Failed to start flipper-server',
description: '' + error, description: '' + error,
duration: null, duration: null,