merrimanr commented on a change in pull request #1412: METRON-2117: [UI]
Aligning models to grouping feature
URL: https://github.com/apache/metron/pull/1412#discussion_r292955089
##########
File path: metron-interface/metron-config/src/app/shared/metron-alerts.ts
##########
@@ -15,9 +17,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+@Injectable()
export class MetronAlerts {
- public static SUCESS_MESSAGE_DISPALY_TIME = 5000;
+ public static SUCCESS_MESSAGE_DISPALY_TIME = 5000;
Review comment:
This is still misspelled. I think it should be
`SUCCESS_MESSAGE_DISPLAY_TIME`?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services