Clarify wording

This commit is contained in:
Andrew Kingston 2024-04-08 16:19:06 +01:00
parent 53bbaac751
commit 8e7e2ddb99
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ const exportDataHandler = async action => {
// Handle case where we're not using a DS+
else if (!tableId) {
notificationStore.actions.error(
"Exporting data only works for tables and views"
"You can only export data from table datasources"
)
}
// Happy path when we have both rows and table ID