update deps
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
|         phx-click="lv:clear-flash" | ||||
|         phx-value-key="info" | ||||
|       > | ||||
|         <%= live_flash(@flash, :info) %> | ||||
|         <%= Phoenix.Flash.get(@flash, :info) %> | ||||
|       </p> | ||||
|  | ||||
|       <p | ||||
| @@ -20,7 +20,7 @@ | ||||
|         phx-click="lv:clear-flash" | ||||
|         phx-value-key="error" | ||||
|       > | ||||
|         <%= live_flash(@flash, :error) %> | ||||
|         <%= Phoenix.Flash.get(@flash, :error) %> | ||||
|       </p> | ||||
|     </div> | ||||
|   </header> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user