mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
470ff8d3d3
In Nextcloud Vue v8 some props for dialog buttons were deprecated (type for e.g. primary or nativeType) those are replaced with `variant` and `type`. In v9 the deprecated props are removed - thus this breaks with nextcloud-dialogs v7 which is based on Vue 3. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>