There is an error when we try to update the home page through admin panel:
Oops, you've missed a required field. Please complete before saving.
Screenshot
It happens, because the posthogLabel field was required for Liquidity Provider Role section and it is not set by default in stc/content/pages/index.md file. The posthog label for this button is not needed anyway so it was probably added there by mistake in #70.
This PR removes that unnecessary field from the Liquidity Provider Roles buttons.
There is an error when we try to update the home page through admin panel:
Screenshot
It happens, because the
posthogLabel
field was required for Liquidity Provider Role section and it is not set by default instc/content/pages/index.md
file. The posthog label for this button is not needed anyway so it was probably added there by mistake in #70.This PR removes that unnecessary field from the Liquidity Provider Roles buttons.