Skip to content

Commit

Permalink
Fix for macroses save functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaChernov committed Feb 25, 2020
1 parent 75a1df9 commit 538389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grbl.Master.Service/Implementation/MacroService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class MacroService : IMacroService
{
public ObservableCollection<Macros> Macroses { get; internal set; }
public ObservableCollection<Macros> Macroses { get; internal set; } = new ObservableCollection<Macros>();

public void SaveMacroses()
{
Expand Down

0 comments on commit 538389e

Please sign in to comment.