How do you go about removing the import form from ModelAdmin?
We've moved the forum!
Please use forum.silverstripe.org for any new questions
(announcement).
The forum archive will stick around, but will be read only.
You can also use our Slack channel
or StackOverflow to ask for help.
Check out our community overview for more options to contribute.
add this
static $model_importers = array();
Thanks swaiba, works a charm!